unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@RUM.cs.yale.edu>
Subject: Unify on encoding
Date: Sun, 17 Mar 2002 17:28:57 -0500	[thread overview]
Message-ID: <200203172228.g2HMSvX26032@rum.cs.yale.edu> (raw)


Is there any objection to the patch below ?

It turns on unify-8859-on-encoding-mode by default (in loadup.el) which has
the effect of allowing a wider choice of coding-systems when saving a file.
It should not have any other effect (i.e. if you choose one of the
coding-systems which would be available even without unification-on-encoding,
the resulting output is exactly the same).

With it, you can load a latin-9 file and save it as latin-1 or utf-8.

A second request (but separate) is whether there is any objection to removing
the ability to turn off unify-8859-on-encoding-mode.


	Stefan


Index: loadup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/loadup.el,v
retrieving revision 1.118
diff -u -u -b -r1.118 loadup.el
--- loadup.el	20 Jan 2002 15:35:09 -0000	1.118
+++ loadup.el	17 Mar 2002 22:26:04 -0000
@@ -112,6 +121,10 @@
 (load "language/misc-lang")
 (load "language/utf-8-lang")
 (load "language/georgian")
+
+(load "international/ucs-tables")
+(unify-8859-on-encoding-mode 1)
+
 (update-coding-systems-internal)
 
 (load "indent")


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


             reply	other threads:[~2002-03-17 22:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-17 22:28 Stefan Monnier [this message]
2002-03-18  6:29 ` Unify on encoding Eli Zaretskii
2002-03-18 14:33   ` Stefan Monnier
2002-03-18 16:10     ` Eli Zaretskii
2002-03-19  8:44       ` Richard Stallman
2002-03-19 11:17         ` Eli Zaretskii
2002-03-19 19:19           ` Jason Rumney
2002-03-19 21:12             ` Stefan Monnier
2002-03-20  5:56             ` Eli Zaretskii
2002-03-20 12:23               ` Stefan Monnier
2002-03-18 20:06 ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-03-20  2:49 Kenichi Handa

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=200203172228.g2HMSvX26032@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    /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).