From: Eli Zaretskii <eliz@is.elta.co.il>
Cc: Kenichi Handa <handa@etl.go.jp>, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: [simon.marshall@misys.com: FW: [21.1.90]: should coding be recalculated on revert-buffer?]
Date: Mon, 25 Feb 2002 11:56:02 +0200 (IST) [thread overview]
Message-ID: <Pine.SUN.3.91.1020225115127.1432A-100000@is> (raw)
In-Reply-To: <buozo1yf2fx.fsf@mcspd15.ucom.lsi.nec.co.jp>
On 25 Feb 2002, Miles Bader wrote:
> > And, it's difficult to distinguish the above two cases.
>
> Couldn't you set a buffer-local flag to true if the coding is
> auto-detected (which `C-x C-m c' & friends would then set to false),
> and then only re-detect the coding system upon rever if the flag was true?
Are you suggesting to do this inside insert-file-contents? If so, I'd
advise against it: insert-file-contents is used in many commands, each
one with its special expectations about what's The Right Thing to do in
this situation, so changing that on the primitive level runs a high risk
of breaking something.
It might be okay to do that inside revert-buffer, but even then I'd
suggest to do it only for the EOL format, not for the base of the coding
system, to keep the possible unintended consequences to a minimum.
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel
next prev parent reply other threads:[~2002-02-25 9:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-25 7:01 [simon.marshall@misys.com: FW: [21.1.90]: should coding be recalculated on revert-buffer?] Kenichi Handa
2002-02-25 7:24 ` Stefan Monnier
2002-02-25 10:03 ` Eli Zaretskii
2002-02-25 10:31 ` Andreas Schwab
2002-02-25 11:04 ` Eli Zaretskii
2002-02-25 14:59 ` Stefan Monnier
2002-02-25 15:11 ` Eli Zaretskii
2002-02-26 20:13 ` Richard Stallman
2002-02-26 20:42 ` Eli Zaretskii
2002-02-27 5:50 ` Richard Stallman
2002-02-25 7:25 ` Miles Bader
2002-02-25 9:56 ` Eli Zaretskii [this message]
2002-02-26 20:13 ` Richard Stallman
2002-02-26 20:44 ` Eli Zaretskii
2002-02-26 22:44 ` Andreas Schwab
2002-02-27 5:50 ` Richard Stallman
2002-02-27 15:08 ` Andreas Schwab
2002-02-28 4:08 ` Richard Stallman
2002-02-27 10:19 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2002-02-25 11:58 Kenichi Handa
2002-02-25 12:07 ` Eli Zaretskii
2002-02-23 20:19 Richard Stallman
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.SUN.3.91.1020225115127.1432A-100000@is \
--to=eliz@is.elta.co.il \
--cc=emacs-devel@gnu.org \
--cc=handa@etl.go.jp \
--cc=rms@gnu.org \
/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 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.