all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: icicles lisp-mode dabbrev-completion
Date: Fri, 16 Dec 2005 15:51:41 -0800	[thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICMEGDDAAA.drew.adams@oracle.com> (raw)
In-Reply-To: <20051216221038.14457.qmail@mail01.vipmail.hu>

    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.

This question concerns library icicles.el, which is not part of GNU Emacs.
Since this mailing list is for vanilla GNU Emacs, not external libraries,
I'll reply off list.  I'm happy to reply to questions about Icicles at my
own email address or, better, on the EmacsWiki page for discussion of
Icicles: http://www.emacswiki.org/cgi-bin/wiki/IciclesDiscussion.

For those who might be wondering, Icicles can be found at
http://www.emacswiki.org/cgi-bin/wiki/icicles.el. Thx.

  reply	other threads:[~2005-12-16 23:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-16 22:10 icicles lisp-mode dabbrev-completion Emabela
2005-12-16 23:51 ` Drew Adams [this message]
  -- 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

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

  git send-email \
    --in-reply-to=DNEMKBNJBGPAOPIJOOICMEGDDAAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.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.