emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#19400: closed (24.4.50; `completion-separator-self


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19400: closed (24.4.50; `completion-separator-self-insert-command' calls `undefined' with error)
Date: Mon, 22 Dec 2014 17:45:02 +0000

Your message dated Mon, 22 Dec 2014 12:44:25 -0500
with message-id <address@hidden>
and subject line Re: bug#19400: 24.4.50; 
`completion-separator-self-insert-command' calls `undefined' with error
has caused the debbugs.gnu.org bug report #19400,
regarding 24.4.50; `completion-separator-self-insert-command' calls `undefined' 
with error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19400: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19400
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.4.50; `completion-separator-self-insert-command' calls `undefined' with error Date: Wed, 17 Dec 2014 21:09:43 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)
Hello,

From:
emacs -Q -f dynamic-completion-mode

Open a vc controlled directory with vc-dir

Hit ^

Instead of "^ is undefined", I get
"completion-separator-self-insert-command: Wrong number of arguments: (0
. 0), 1"

backtrace is :

Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 0) 1)
  undefined(1)
  completion-separator-self-insert-command(1)
  call-interactively(completion-separator-self-insert-command nil nil)
  command-execute(completion-separator-self-insert-command)

Have the function "undefined" accept (and ignore) any argument would be
an easy workaround. WDYT ?

-- 
Nicolas Richard



--- End Message ---
--- Begin Message --- Subject: Re: bug#19400: 24.4.50; `completion-separator-self-insert-command' calls `undefined' with error Date: Mon, 22 Dec 2014 12:44:25 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
Version:25.1

>> It does, thanks. Though, you need to append nil at the end of the
>> definition of completion-separator-chars to make it a list : (append
>> "foo" ".:") is not a list.
> Thanks for spotting this.

Fixed and installed into master.


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]