bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tab completion ignores baz.log file contrary to documentation


From: Andreas Schwab
Subject: Re: tab completion ignores baz.log file contrary to documentation
Date: 16 Jul 2001 16:43:19 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.103

jasonr@altavista.net (Jason Rumney) writes:

|> Why is ".log" in `completion-ignored-extensions' by default? I often
|> load log files into Emacs so I can use outline-mode, re-search-forward
|> and generic-mode to make looking through them easier.

Then probably the best option for you is to insert this into your .emacs:

(setq completion-ignored-extensions
      (delete ".log" completion-ignored-extensions))

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]