all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* completion-ignored-extensions: needed the vet to shoot emacs
@ 2004-05-12  1:07 Dan Jacobson
  2004-05-12 20:44 ` Kevin Rodgers
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Jacobson @ 2004-05-12  1:07 UTC (permalink / raw)


Gentlemen, I wanted to turn completion-ignored-extensions off, but
;(setq completion-ignored-extensions nil); cause any dired to loop, emacs must be killed
;(setq completion-ignored-extensions '()); same
;(setq completion-ignored-extensions '("")); same, must use:
(setq completion-ignored-extensions '(".bogus_junk_or_else_emacs_loops"))
(and we had to call in the veterinarian to put emacs out of its misery).
emacs-version "21.3.1". Do say in the docstring the proper way of
turning it off.

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

* Re: completion-ignored-extensions: needed the vet to shoot emacs
  2004-05-12  1:07 completion-ignored-extensions: needed the vet to shoot emacs Dan Jacobson
@ 2004-05-12 20:44 ` Kevin Rodgers
  2004-05-16 20:14   ` Dan Jacobson
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2004-05-12 20:44 UTC (permalink / raw)


Dan Jacobson wrote:

> Gentlemen, I wanted to turn completion-ignored-extensions off, but
> ;(setq completion-ignored-extensions nil); cause any dired to loop, emacs must be killed
> ;(setq completion-ignored-extensions '()); same
> ;(setq completion-ignored-extensions '("")); same, must use:
> (setq completion-ignored-extensions '(".bogus_junk_or_else_emacs_loops"))
> (and we had to call in the veterinarian to put emacs out of its misery).
> emacs-version "21.3.1". Do say in the docstring the proper way of
> turning it off.

Are you sure?  It works for me in Emacs 21.3.


Did you start emacs with the -q --no-site-file options?  What exactly did you type,
after setting completion-ignored-extensions to nil?  `C-x d RET', `C-x d ?', and
`C-x d TAB TAB' all seem to work.

-- 
Kevin Rodgers

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

* Re: completion-ignored-extensions: needed the vet to shoot emacs
  2004-05-12 20:44 ` Kevin Rodgers
@ 2004-05-16 20:14   ` Dan Jacobson
  2004-05-17 16:33     ` Kevin Rodgers
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Jacobson @ 2004-05-16 20:14 UTC (permalink / raw)


K> Are you sure?
No. Couldn't reproduce today.
Well at least completion-ignored-extensions's docstring could mention
if using nil is OK.

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

* Re: completion-ignored-extensions: needed the vet to shoot emacs
  2004-05-16 20:14   ` Dan Jacobson
@ 2004-05-17 16:33     ` Kevin Rodgers
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2004-05-17 16:33 UTC (permalink / raw)


Dan Jacobson wrote:
 > K> Are you sure?
 >
 > No. Couldn't reproduce today.
 > Well at least completion-ignored-extensions's docstring could mention
 > if using nil is OK.

It does: the doc strings says that its value is a list, and as we all
know nil is the empty list ().

-- 
Kevin Rodgers

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

end of thread, other threads:[~2004-05-17 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-12  1:07 completion-ignored-extensions: needed the vet to shoot emacs Dan Jacobson
2004-05-12 20:44 ` Kevin Rodgers
2004-05-16 20:14   ` Dan Jacobson
2004-05-17 16:33     ` Kevin Rodgers

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.