all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* icicles lisp-mode dabbrev-completion
@ 2005-12-16 22:10 Emabela
  2005-12-16 23:51 ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Emabela @ 2005-12-16 22:10 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: icicles lisp-mode dabbrev-completion
  2005-12-16 22:10 Emabela
@ 2005-12-16 23:51 ` Drew Adams
  0 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2005-12-16 23:51 UTC (permalink / raw)


    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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: icicles lisp-mode dabbrev-completion
@ 2005-12-17  7:25 Emabela
  0 siblings, 0 replies; 5+ messages in thread
From: Emabela @ 2005-12-17  7:25 UTC (permalink / raw)





>This question concerns library icicles.el, which is not part of GNU Ema
cs.

>Since this mailing list is for vanilla GNU Emacs, not external librarie
s,

>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.

Ok, Excuse me, I thought it is more related to general key-bindings.

I'll reply off list too.



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: icicles lisp-mode dabbrev-completion
       [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
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2005-12-18 15:22 UTC (permalink / raw)


> 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.

Huh?  gnu.emacs.help is about any use of Emacs, not just
plain-vanilla-Emacs-with-no-extra-nothing.  Please reply here.


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: icicles lisp-mode dabbrev-completion
  2005-12-18 15:22 ` icicles lisp-mode dabbrev-completion Stefan Monnier
@ 2005-12-19 19:59   ` Drew Adams
  0 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2005-12-19 19:59 UTC (permalink / raw)


    > 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.

    Huh?  gnu.emacs.help is about any use of Emacs, not just
    plain-vanilla-Emacs-with-no-extra-nothing.  Please reply here.

My point above was simply to not waste mailing-list bandwidth discussing
particularities of an external library that others might not use or be
familiar with. That's all I meant.

Do people want to see here discussions and debug sessions of possible bugs
in individual external libraries? I doubt it. If we went down that road, I'm
sure people would soon be posting complaints that this was not a mailing
list  for library Foobar or whatever.

If the result of such an off-list discussion turns out to be relevant to
others who might also use the library in question, then it can be reported
(summarized) here after investigating off list. Or, if there is a related,
general Emacs question or problem, that can be discussed here.

In this case, the OP and I corresponded briefly off list, sorted out some of
the confusion, and determined that the question/problem does not in fact
concern Icicles. The OP might still have a question or some general info to
post here. If so, that can now be espressed more clearly, in a more focused
manner. I can assure you that nothing was lost to the list by taking the
initial investigation off list.

Reminder: When posting a question/problem, it helps to state:

1. The version of Emacs you're using.

2. The versions of any relevant external libraries you're using.

3. The exact steps needed to reproduce the problem, if known, starting with
a virgin Emacs session (e.g. emacs -q).

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-19 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.19656.1134911250.20277.help-gnu-emacs@gnu.org>
2005-12-18 15:22 ` icicles lisp-mode dabbrev-completion Stefan Monnier
2005-12-19 19:59   ` Drew Adams
2005-12-17  7:25 Emabela
  -- strict thread matches above, loose matches on Subject: below --
2005-12-16 22:10 Emabela
2005-12-16 23:51 ` Drew Adams

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.