* Latest cc-vars.el
@ 2007-12-14 11:40 Eli Zaretskii
2007-12-17 9:04 ` Thien-Thi Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2007-12-14 11:40 UTC (permalink / raw)
To: Thien-Thi Nguyen; +Cc: emacs-devel
When the latest cc-vars.el on the Emacs 22 branch is compiled, it
curses like so:
Compiling d:/gnu/emacs-pretest/emacs/lisp/progmodes/cc-vars.el...
aggregate: (quote (radio (const :tag "Use style settings" set-from-style) (integer :tag "Override style settings" :value 4)))
aggregate: (quote (radio (const :tag "Use style settings" set-from-style) (choice :tag "Override style settings" :value 0 (integer :tag "Non-anchored offset" 0) (cons :tag "Non-anchored & anchored offset" :value (0 . 0) (integer :tag "Non-anchored offset") (integer :tag "Anchored offset")))))
etc. This seems to come from this line in defcustom-c-stylevar:
(message "aggregate: %S" aggregate)
which looks like a left-over from debugging. Is it?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Latest cc-vars.el
2007-12-14 11:40 Latest cc-vars.el Eli Zaretskii
@ 2007-12-17 9:04 ` Thien-Thi Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2007-12-17 9:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
() Eli Zaretskii <eliz@gnu.org>
() Fri, 14 Dec 2007 13:40:00 +0200
it curses like so: [...]
looks like a left-over from debugging. Is it?
oops, yes. i have just removed that.
thanks for catching the left-over.
thi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-17 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 11:40 Latest cc-vars.el Eli Zaretskii
2007-12-17 9:04 ` Thien-Thi Nguyen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.