unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
To: bug-gnu-emacs@gnu.org
Subject: default-case-fold-search vs html coding system
Date: Tue, 18 Sep 2007 10:46:33 +1000	[thread overview]
Message-ID: <873axcajh2.fsf@blah.blah> (raw)

If default-case-fold-search is set to nil, the coding system detection
for html fails on various files.  For example,

	wget http://www.gnu.org/home.de.html
	emacs -Q
	M-x customize-variable case-fold-search
	click toggle
	click save for current session
	C-x C-f home.de.html
	C-h C Ret
	=> undecided-unix

where I hoped to get "utf-8" which is in the meta tag, and which you get
if case-fold-search is t.

I guess sgml-html-meta-auto-coding-function may have to let bind
case-fold-search to ensure variations of "DOCTYPE", "Content-Type", etc,
are matched.

I wondered if something similar could apply to xml files in
sgml-xml-auto-coding-function on "<?xml", but I don't know what the
standards say about that tag.  (If it's always lower case then it might
be worth thinking about binding case-fold-search to nil so as not to do
different things according to the user's default.)


In GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.10.13)
 of 2007-07-07 on raven, modified by Debian
configured using `configure  '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t




             reply	other threads:[~2007-09-18  0:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-18  0:46 Kevin Ryde [this message]
2007-09-21  3:19 ` default-case-fold-search vs html coding system Glenn Morris

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=873axcajh2.fsf@blah.blah \
    --to=user42@zip.com.au \
    --cc=bug-gnu-emacs@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 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).