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

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

bug#9661: 24.0.90; language-info-custom-alist defcustom


From: Stefan Monnier
Subject: bug#9661: 24.0.90; language-info-custom-alist defcustom
Date: Mon, 03 Oct 2011 10:22:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

> 5. Type ESC TAB, which should pop up a list of completions; instead:
> => An error is signalled: "completion--some: Invalid function:
> (apply-partially (function completion-table-case-fold)
> language-info-alist)"

Thanks.  There were two problems:
- the immediate one was that `apply-partially' was used in data and hence
  never called (it needed an "unquote" comma just in front).
- after fixing it the new problem was that the constructed completion
  tables stored the value of language-info-alist at the time
  mule-cmds.el is loaded rather than at the time the user hits M-TAB.
So I've installed a slightly different patch to yours which goes a bit
further than yours.  Should be fixed now,


        Stefan




reply via email to

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