From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.bugs Subject: bug#9661: 24.0.90; language-info-custom-alist defcustom Date: Tue, 04 Oct 2011 09:37:22 +0200 Message-ID: <87ty7pmclp.fsf@escher.home> References: <877h4mz5cy.fsf@escher.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317713865 16344 80.91.229.12 (4 Oct 2011 07:37:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2011 07:37:45 +0000 (UTC) To: 9661@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 04 09:37:40 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAzZM-0003Yf-2G for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Oct 2011 09:37:40 +0200 Original-Received: from localhost ([::1]:33878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzZL-0000Yf-DN for geb-bug-gnu-emacs@m.gmane.org; Tue, 04 Oct 2011 03:37:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzZI-0000XQ-FS for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 03:37:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAzZH-0006km-5G for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 03:37:36 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAzZG-0006kU-Us for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 03:37:34 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RAzag-0005mu-37 for bug-gnu-emacs@gnu.org; Tue, 04 Oct 2011 03:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stephen Berman Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 04 Oct 2011 07:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9661 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9661-submit@debbugs.gnu.org id=B9661.131771392822229 (code B ref 9661); Tue, 04 Oct 2011 07:39:02 +0000 Original-Received: (at 9661) by debbugs.gnu.org; 4 Oct 2011 07:38:48 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RAzaQ-0005mS-2J for submit@debbugs.gnu.org; Tue, 04 Oct 2011 03:38:47 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RAzaN-0005mJ-97 for 9661@debbugs.gnu.org; Tue, 04 Oct 2011 03:38:45 -0400 Original-Received: (qmail invoked by alias); 04 Oct 2011 07:37:14 -0000 Original-Received: from i59F541DB.versanet.de (EHLO escher.home) [89.245.65.219] by mail.gmx.net (mp069) with SMTP; 04 Oct 2011 09:37:14 +0200 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1/6RytIEdv6u5dq9B+ddChu92wEPU0C1PfGGLJC1g ZB8dYtFlyywntu Original-Received: by escher.home (Postfix, from userid 1000) id AD823221BF; Tue, 4 Oct 2011 09:37:22 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Mon, 03 Oct 2011 10:22:50 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 04 Oct 2011 03:39:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52150 Archived-At: On Mon, 03 Oct 2011 10:22:50 -0400 Stefan Monnier wrote: >> 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, For the record, I confirm the problems I reported are fixed; thanks. (Obviously, I failed to understand the nature of the problem; all the more surprising/interesting, that my patch also worked, at least for these cases, despite using apply-partially...) Steve Berman