From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: completion-lisp-mode-hook not used for Emacs-Lisp-mode Date: Sun, 23 Jun 2013 07:12:18 -0700 (PDT) Message-ID: <3d7f6ba2-57d0-4d1d-9b50-21a3107bf51a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372000605 19063 80.91.229.3 (23 Jun 2013 15:16:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Jun 2013 15:16:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 23 17:16:46 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uqm1w-0008Io-VG for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 17:16:41 +0200 Original-Received: from localhost ([::1]:43481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqm1w-0001Ju-6K for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2013 11:16:40 -0400 X-Received: by 10.224.174.145 with SMTP id t17mr22165593qaz.4.1371996739031; Sun, 23 Jun 2013 07:12:19 -0700 (PDT) X-Received: by 10.49.97.34 with SMTP id dx2mr467507qeb.42.1371996738969; Sun, 23 Jun 2013 07:12:18 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no157433qak.0!news-out.google.com!fv2ni0qab.0!nntp.google.com!j2no1318679qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.89.145.141; posting-account=czAMxQoAAAAUEojshw4CrIvcwSdulymE Original-NNTP-Posting-Host: 108.89.145.141 User-Agent: G2/1.0 Injection-Date: Sun, 23 Jun 2013 14:12:18 +0000 X-Received-Bytes: 1559 Original-Xref: usenet.stanford.edu gnu.emacs.help:199416 X-Mailman-Approved-At: Sun, 23 Jun 2013 11:16:27 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91680 Archived-At: File "completion.el" recommends putting "(dynamic-completion-mode)" in .ema= cs, for using completions. Doing so has the result that function "completi= on-lisp-mode-hook" is added to the hook variable "lisp-mode-hook". But for= Emacs lisp code the mode is "Emacs-Lisp-mode", which has hook variable "em= acs-lisp-mode-hook", so function "completion-lisp-mode-hook" isn't run when= one edits Emacs lisp. There seems to be a disconnect here. I am using GNU Emacs 24.2.1 (i386-mingw-nt5.1.2600) of 2012-08-28 on MARVIN