From: "Emabela" <emabela@vipmail.hu>
Subject: icicles lisp-mode dabbrev-completion
Date: Fri, 16 Dec 2005 23:10:38 +0100 [thread overview]
Message-ID: <20051216221038.14457.qmail@mail01.vipmail.hu> (raw)
Hello,
I would like to use icicles' dabbrev-completion
in lisp mode with tab.
So my .emacs contains:
(setq icicle-redefine-standard-commands-flag 1)
(require 'icicles)
(define-key global-map "\t" 'dabbrev-completion)
and later
(autoload 'lisp-mode "lisp-mode" "Lisp Mode." t)
(add-hook 'lisp-mode-hook '(lambda ()
(define-key lisp-mode-map "\t" 'dabbrev-completion)))
(add-hook 'lisp-mode-hook '(lambda ()
(define-key global-map "\t" 'dabbrev-completion)))
But it has no effect.
In text-mode dabbrev-completion works, but not in lisp mode
(especially, it does not work in *scratch*)
What do I miss?
Thanks for any hints.
Regards, B.
--------------------------Hirdetés-----------------------------
KORLÁTLAN ADSL KEDVEZŐ ÁRON
Gyors beszerelés, teljes körű ügyfélszolgálat.
Ennél kedvezőbbet nem talál!
http://www.vipdsl.hu
next reply other threads:[~2005-12-16 22:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-16 22:10 Emabela [this message]
2005-12-16 23:51 ` icicles lisp-mode dabbrev-completion Drew Adams
-- strict thread matches above, loose matches on Subject: below --
2005-12-17 7:25 Emabela
[not found] <mailman.19656.1134911250.20277.help-gnu-emacs@gnu.org>
2005-12-18 15:22 ` Stefan Monnier
2005-12-19 19:59 ` Drew Adams
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=20051216221038.14457.qmail@mail01.vipmail.hu \
--to=emabela@vipmail.hu \
/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.
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).