all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* default-case-fold-search vs html coding system
@ 2007-09-18  0:46 Kevin Ryde
  2007-09-21  3:19 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2007-09-18  0:46 UTC (permalink / raw)
  To: bug-gnu-emacs

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: default-case-fold-search vs html coding system
  2007-09-18  0:46 default-case-fold-search vs html coding system Kevin Ryde
@ 2007-09-21  3:19 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-09-21  3:19 UTC (permalink / raw)
  To: Kevin Ryde; +Cc: bug-gnu-emacs

Kevin Ryde wrote:

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

Done; thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-21  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18  0:46 default-case-fold-search vs html coding system Kevin Ryde
2007-09-21  3:19 ` Glenn Morris

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.