unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [patch] Add Python byte-compiled files extensions to completion-ignored-extensions
@ 2004-06-05 16:10 Jérôme Marant
  0 siblings, 0 replies; only message in thread
From: Jérôme Marant @ 2004-06-05 16:10 UTC (permalink / raw)



Hi,

Here is a patch adding Python byte-compiled files extensions to
completion-ignored-extensions variable.

Cheers,

diff -ur emacs.orig/lisp/bindings.el emacs/lisp/bindings.el
--- emacs.orig/lisp/bindings.el	2004-05-01 05:50:24.000000000 +0200
+++ emacs/lisp/bindings.el	2004-06-05 17:58:50.000000000 +0200
@@ -524,7 +524,9 @@
 	 ;; files you do want to see, not just TeX stuff.  -- fx
 	 ".toc" ".aux"
 	 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
-	 ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
+	 ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
+	 ;; Python byte-compiled
+	 ".pyc" ".pyo")))
 
 ;; Suffixes used for executables.
 (setq exec-suffixes
diff -ur emacs.orig/lisp/ChangeLog emacs/lisp/ChangeLog
--- emacs.orig/lisp/ChangeLog	2004-06-05 17:49:44.000000000 +0200
+++ emacs/lisp/ChangeLog	2004-06-05 18:04:57.000000000 +0200
@@ -1,3 +1,8 @@
+2004-06-05  Jérôme Marant  <jerome@marant.org>
+
+	* bindings.el: Add Python byte-compiled files extensions to
+	completion-ignored-extensions variable.
+
 2004-06-05  Kenichi Handa  <handa@m17n.org>
 
 	* ps-print.el: Fix typos (kein'ichi -> ken'ichi)


-- 
Jérôme Marant

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-05 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-05 16:10 [patch] Add Python byte-compiled files extensions to completion-ignored-extensions Jérôme Marant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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