After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 513318 - gtk-doc.el doesn't work fine with emacs22
gtk-doc.el doesn't work fine with emacs22
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.10
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-30 23:57 UTC by Carlos Garnacho
Modified: 2008-02-27 07:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.28 KB, patch)
2008-01-31 00:06 UTC, Carlos Garnacho
none Details | Review

Description Carlos Garnacho 2008-01-30 23:57:50 UTC
It seems that some change in emacs22 has broken the gtk-doc.el module, I'm going to attach a patch to make it work there again, I couldn't check whether it's compatible with emacs21 though
Comment 1 Carlos Garnacho 2008-01-31 00:06:38 UTC
Created attachment 104085 [details] [review]
patch

Oh, it also makes sure that a blank space is added only in the comment line where the function description is going to be written, so it doesn't add spare blank spaces which are usually left there. Another possibility is that I am just a whitespace paranoid :)
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-01-31 08:29:09 UTC
I am not an emacs users and I would apply this in good faith that you know what you are doing :) Any idea if after applying the patch it would still work with older emacs?
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2008-02-27 07:59:35 UTC
I got confirmation per email that t shuld work with older versions still.

2008-02-27  Stefan Kost  <ensonic@users.sf.net>

	patch by: Carlos Garnacho <carlos@imendio.com>

	* tools/gtk-doc.el:
	  Update emacs mode to work with emacs22. Fixes #513318.