Re: log-view-minor-wrap

2006-01-24 Thread Stefan Monnier
> With the latest change in log-view.el, typing `=' on a revision in the > *cvs-info* shows the reverse diff. That's because the first argument of > cvs-diff functions should be the revision at the next older revision, > and the second argument should be the revision at point. But without this la

Re: Range striding over charsets error in nxml-mode

2006-01-24 Thread Richard M. Stallman
nxml-validate-mode is not part of Emacs; you had better talk with the developer of it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

buggy defcustom in sendmail.el

2006-01-24 Thread T. V. Raman
Recent cvs updates have ended up leaving send-mail-function set to nil while running on the linux console. Evaluating the form that is in the defcustom does yield the right result, so I suspect some kind of bizarre autoloading bug. (defcustom send-mail-function (if (and window-system (memq sys

describe-function bad def value ("nil") when not near a function name

2006-01-24 Thread Drew Adams
emacs -q go to the empty *scratch* buffer, and do `C-h f', then do M-n at the prompt. The default value you see is "nil". The default value should be nil, not "nil". Here's the code: (defun describe-function (function) "Display the full documentation of FUNCTION (a symbol)." (interactive

log-view-minor-wrap (was: vc-annotate tries to load vc-nil)

2006-01-24 Thread Juri Linkov
With the latest change in log-view.el, typing `=' on a revision in the *cvs-info* shows the reverse diff. That's because the first argument of cvs-diff functions should be the revision at the next older revision, and the second argument should be the revision at point. -- Juri Linkov http://www.

Re: invalid-function ('use-completion-backward)

2006-01-24 Thread Chris Moore
That fixes it for me.Thanks a lot.Chris.On 1/24/06, Luc Teirlinck <[EMAIL PROTECTED] > wrote:Chris Moore wrote:   My .emacs contains a single line:   (dynamic-completion-mode)    If the first thing I do upon starting Emacs is type:   "C-x C-f backspace"   then I see an error message:  

Re: thumbs doesn't show next image

2006-01-24 Thread Nick Roberts
Dieter Wilhelm writes: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.pretest.bugs as well. > > Hi Nick, > > unfortunately I've to report additional problems besides the > duplications in the *Image* buffer (please refer to my previous post,

Re: `make info' fails on cc-mode.texi with Texinfo 4.3

2006-01-24 Thread Eli Zaretskii
> From: Ralf Angeli <[EMAIL PROTECTED]> > Date: Tue, 24 Jan 2006 16:10:30 +0100 > > The build process aborts if `make info' is called with Texinfo 4.3. > Here is the build output: > > $ make info > [Please ignore a syntax error on the next line - it is intentional] > /bin/sh.exe: -c: line 1: unex

Re: invalid-function ('use-completion-backward)

2006-01-24 Thread Luc Teirlinck
Chris Moore wrote: My .emacs contains a single line: (dynamic-completion-mode) If the first thing I do upon starting Emacs is type: "C-x C-f backspace" then I see an error message: Error in pre-command-hook: (invalid-function ((quote use-completion-backward

`make info' fails on cc-mode.texi with Texinfo 4.3

2006-01-24 Thread Ralf Angeli
The build process aborts if `make info' is called with Texinfo 4.3. Here is the build output: $ make info [Please ignore a syntax error on the next line - it is intentional] /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"' /bin/sh.exe: -c: line 2: syntax error: unexpected end

invalid-function ('use-completion-backward)

2006-01-24 Thread Chris Moore
My .emacs contains a single line:    (dynamic-completion-mode)If the first thing I do upon starting Emacs is type:    "C-x C-f backspace"then I see an error message:    Error in pre-command-hook: (invalid-function ((quote use-completion-backward))) This happens in the current CVS code.Chris. __