emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [bug #13741] Figure out a clean way to enable this


From: Michael W. Olson
Subject: [emacs-wiki-discuss] [bug #13741] Figure out a clean way to enable this image alt behavior.
Date: Mon, 25 Jul 2005 21:24:58 +4400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.21 (Debian package 1.3.21-6)

Follow-up Comment #1, bug #13741 (project emacs-wiki):

> This patch fixes a bug in version 2.69 that didn't publish
> alt. text in image links correctly:
>
> [[*web-link*][*image* *alt*]]
>
> =>
>
> <a href="*weblink*"><img src="*image**alt*" alt="" /></a>
>
> What emacs-wiki should do, and this patch fixes, is the following:
>
> [[*web-link*][*image* *alt*]]
>
> =>
>
> <a href="*weblink*"><img src="*image*" alt="*alt*" /></a>

Sorry about the delay.  The patch you provided looks pretty good, except I
would prefer not to modify emacs-wiki-image-regexp.  Would you be willing to
revise the patch so that I can use it in a future emacs-wiki release?


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13741>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]