[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: follow-mode arg should be optional]
From: |
Richard Stallman |
Subject: |
address@hidden: follow-mode arg should be optional] |
Date: |
Wed, 18 Jul 2007 00:42:11 -0400 |
[I sent this message a week ago but did not get a response.]
Would someone please fix this in Emacs 22 and the trunk,
then ack? (Please respond to him too--in general, when I
ask people to fix a bug, part of that should be to send a thanks
for the bug report.)
And please note his praise for all of us.
------- Start of forwarded message -------
X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL,UNPARSEABLE_RELAY
autolearn=no version=3.1.0
From: Robert Boyer <address@hidden>
To: address@hidden
Date: Tue, 10 Jul 2007 04:52:59 -0500 (CDT)
Subject: follow-mode arg should be optional
In follow.el, we read:
(defun follow-mode (arg) ...
Maybe that arg should be &optional, so that it is
possible to put follow-mode in the first line of a
file, with, e.g.,
-*- mode: follow; -*-
As it is now, I believe a wrong-number-of-arguments
error arises when the code that parses such first lines
tries to execute (follow-mode). The error is masked to
some extent, but still shows up in a part of my screen.
Thanks so much for Emacs. What a wondrous system --
one of the real seven wonders of the world. Forced to
choose between Emacs and, say, any pyramid, I'd take
Emacs.
Bob
In GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit)
of 2006-03-22 on kodaira.local
configured using `configure powerpc-apple-darwin
- --prefix=/sw --with-x --with-x-toolkit=lucid
- --without-toolkit-scroll-bars --without-gif
'--infodir=${prefix}/share/info'
'--mandir=${prefix}/share/man'
'--libexecdir=${prefix}/lib''
_______________________________________________
bug-gnu-emacs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------