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

2006-01-25 Thread Richard M. Stallman
If that patch fixes it, please install it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

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: 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

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. __