From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: 9661-done@debbugs.gnu.org
Subject: bug#9661: 24.0.90; language-info-custom-alist defcustom
Date: Mon, 03 Oct 2011 10:22:50 -0400 [thread overview]
Message-ID: <jwv1uuup396.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <877h4mz5cy.fsf@escher.home> (Stephen Berman's message of "Mon, 03 Oct 2011 13:23:09 +0200")
> 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
next prev parent reply other threads:[~2011-10-03 14:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-03 11:23 bug#9661: 24.0.90; language-info-custom-alist defcustom Stephen Berman
2011-10-03 14:22 ` Stefan Monnier [this message]
2011-10-04 7:37 ` Stephen Berman
2011-10-04 13:01 ` Stefan Monnier
2011-10-04 13:06 ` Stephen Berman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv1uuup396.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=9661-done@debbugs.gnu.org \
--cc=stephen.berman@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).