all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Mode hooks WAS: icicles lisp-mode dabbrev-completion
Date: Mon, 19 Dec 2005 14:56:00 -0700	[thread overview]
Message-ID: <do7a9i$50i$1@sea.gmane.org> (raw)
In-Reply-To: <20051219210846.26630.qmail@mail01.vipmail.hu>

Emabela wrote:
 >  During a correspondence with Drew Adams, who
 >  helped me very much, I simplified the to the following situation:
 >
 >  Bind tab to beginning-of-line in lisp-mode.
 >
 >  Hence, in my first test I used the following very short .emacs:
 >  (defun my-lisp-addons ()
 >  (progn
 >  (print "my-lisp-addons is running")
 >  (local-unset-key "\t")
 >  (local-set-key [(tab)] 'beginning-of-line)))
 >  (add-hook 'lisp-mode-hook 'my-lisp-addons)
 >
 >  If I start: emacs --debug-init /tmp/some.el,
 >  then the buffer is in lisp-mode,

No, the buffer is in emacs-lisp-mode (C-h v major-mode).

 >  but my-lisp-addons does not run.
 >
 >  The same, if I open /tmp/some.el with C-x C-f.
 >
 >  But if I type in M-x lisp-mode, then it works, of course.

Naturally.

-- 
Kevin Rodgers

  reply	other threads:[~2005-12-19 21:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-19 21:08 Mode hooks WAS: icicles lisp-mode dabbrev-completion Emabela
2005-12-19 21:56 ` Kevin Rodgers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-20  5:05 Emabela

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='do7a9i$50i$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.