GNU bug report logs -
#2527
23.0.91; abbrev-defs formating
Previous Next
Reported by: Nikolaj Schumacher <me <at> nschum.de>
Date: Sun, 1 Mar 2009 22:00:05 UTC
Severity: minor
Tags: patch
Fixed in version 23.2
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2527 in the body.
You can then email your comments to 2527 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2527
; Package
emacs
.
(Sun, 01 Mar 2009 22:00:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nikolaj Schumacher <me <at> nschum.de>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 01 Mar 2009 22:00:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
Just a cosmetic issue, but previously the abbrev_defs looked like
this:
(define-abbrev-table 'c-mode-abbrev-table '( ("else" "else"
c-electric-continued-statement 0) ("while" "while"
c-electric-continued-statement 0) ...
Now the first two lines are on one very long line.
(define-abbrev-table 'c-mode-abbrev-table '( ("else" "else" ...
("while" "while" c-electric-continued-statement 0) ...
In GNU Emacs 23.0.91.3 (i386-apple-darwin9.6.0, NS
apple-appkit-949.43) of 2009-02-28 on thursday Windowing system
distributor `Apple', version 10.3.949 configured using `configure
'--with-ns' '--without-x' 'CFLAGS=-arch i386 -O2'' regards,
Nikolaj Schumacher
[emacs-abbrev-formatting.patch (text/x-patch, inline)]
commit d398bd17c1cfb7c6362c22eb8298eae37ae92c72
Author: Nikolaj Schumacher <git <at> nschum.de>
Date: Sun Mar 1 22:42:45 2009 +0100
Fixed abbrev formatting.
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 0e8b2cf..445f53d 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -885,7 +885,7 @@ Abbrevs marked as \"system abbrevs\" are omitted."
(insert "\n\n"))
(insert "(define-abbrev-table '")
(prin1 name)
- (insert " '(")
+ (insert " '(\n")
(mapc 'abbrev--write symbols)
(insert " ))\n\n"))
nil)))
Severity set to `minor' from `normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 02 Mar 2009 08:20:03 GMT)
Full text and
rfc822 format available.
Added tag(s) patch.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 20 Jan 2010 01:41:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sun, 06 Mar 2011 02:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nikolaj Schumacher <me <at> nschum.de>
:
bug acknowledged by developer.
(Sun, 06 Mar 2011 02:26:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 2527-done <at> debbugs.gnu.org (full text, mbox):
Version: 23.2
Thank you for the report. It appears something similar was installed
2009-08-04 for Emacs 23.2.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 03 Apr 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.