Package: emacs-goodies-el
Version: 35.2+nmu1
Severity: wishlist
File: /usr/share/emacs/site-lisp/emacs-goodies-el/markdown-mode.el


Looking at the version available in git repository of markdown-mode, the
version shipped in Debian seems to be quite behind:

$> diff -Naur /usr/share/emacs/site-lisp/emacs-goodies-el/markdown-mode.el 
markdown-mode/markdown-mode.el | diffstat
 markdown-mode.el |  447 ++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 375 insertions(+), 72 deletions(-)

$> cd markdown-mode; git describe --tags; git show  
markdown-mode.el  webpage.sh*
v1.8.1-31-gc3f8653
commit c3f86536a33ae30263cb7dccd049758939e45082
Author: Jason Blevins <jrble...@sdf.org>
Date:   Wed Feb 22 20:36:14 2012 -0500

    Make reference link definition regex less greedy
    
    Fixes a bug where reference-style links at the beginning of a line
    would be mistaken for reference definitions.

diff --git a/markdown-mode.el b/markdown-mode.el
index f2c1823..34de21a 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -727,7 +727,7 @@ This will not take effect until Emacs is restarted."
   "Regular expression for a reference link [text][id].")
 
 (defconst markdown-regex-reference-definition
-  "^ \\{0,3\\}\\(\\[[^^]+?\\]\\):\\s *\\(.*?\\)\\s *\\( \"[^\"]*\"$\\|$\\)"
+  "^ \\{0,3\\}\\(\\[.*\\]\\):\\s *\\(.*?\\)\\s *\\( \"[^\"]*\"$\\|$\\)"
   "Regular expression for a link definition [id]: ...")
 
 (defconst markdown-regex-footnote


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs-goodies-el depends on:
ii  bash               4.2-4
ii  dpkg               1.16.9
ii  emacs23 [emacsen]  23.4+1-3
ii  emacs24 [emacsen]  24.2+1-1
ii  install-info       4.13a.dfsg.1-10

Versions of packages emacs-goodies-el recommends:
ii  dict      1.12.0+dfsg-5
ii  perl-doc  5.14.2-12
ii  wget      1.13.4-3

emacs-goodies-el suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to