unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: Karl Eichwalder <keichwa@gmx.net>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: file extensions for gettext/msgfmt
Date: Mon, 08 Jul 2002 09:09:01 -0400	[thread overview]
Message-ID: <200207081309.g68D91k22216@rum.cs.yale.edu> (raw)
In-Reply-To: Pine.SUN.3.91.1020707074853.21865B-100000@is

> > 	* bindings.el (completion-ignored-extensions): Add ".gmo" and
> > 	".mo" generated by `msgfmt' (GNU Gettext).
> Is that really a good idea?

I think so.

> You are supposed to add extensions to that
> list if no one in their right mind would ever want to do anything at all
> with a file with such an extension.

That's not my understanding.  This list only indicates extensions of
files that are usually not edited and only instructs Emacs' completion
mechanism to prefer other file names when you hit TAB.

Basically, it just changes `try-completion' on files to do

   (or (try-completion <file> <files> 'not-in-completion-ignored-extensions)
       (try-completion <file> <files>))

> Files produced by msgfmt are not
> junk, they can be copied, renamed, and even edited if necessary.

Sure, I don't see the relevance of this remark.
Maybe `completion-ignored-extensions' should simply not always be used
(as someone remarked it should probably be ignored for `hexl-find-file').


	Stefan

  parent reply	other threads:[~2002-07-08 13:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-05 10:20 file extensions for Openoffice Francesco Potorti`
2002-07-05 15:39 ` file extensions for gettext/msgfmt Karl Eichwalder
2002-07-07  4:50   ` Eli Zaretskii
2002-07-07  6:38     ` Karl Eichwalder
2002-07-07  8:09       ` Eli Zaretskii
2002-07-08  8:52         ` Andreas Schwab
2002-07-08 14:44           ` Karl Eichwalder
2002-07-08  9:10         ` Miles Bader
2002-07-09  1:43           ` Richard Stallman
2002-07-09  6:01             ` Miles Bader
2002-07-08 18:20         ` Richard Stallman
2002-07-08 13:09     ` Stefan Monnier [this message]
2002-07-05 21:04 ` file extensions for Openoffice Pavel Janík
2002-07-05 22:04 ` Richard Stallman
2002-07-07 18:31   ` Francesco Potorti`

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200207081309.g68D91k22216@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --cc=emacs-devel@gnu.org \
    --cc=keichwa@gmx.net \
    /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 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).