all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* case conversion by replace-match
@ 2003-05-16 14:16 Roland Winkler
  2003-05-16 19:47 ` Stefan Monnier
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Roland Winkler @ 2003-05-16 14:16 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-04-09 on tfkp12
configured using `configure  --prefix=/nfs/common --libexecdir=/nfs/common/lib --bindir=/nfs/common/lib/emacs/21.2/bin/i686-Linux --mandir=/nfs/common/share/man --infodir=/nfs/common/share/info --with-gcc --with-pop --with-x --with-x-toolkit=athena i386-pc-linux'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  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_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: nil

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


Start a fresh emacs --no-init-file

define the following function

(defun foo ()
  (interactive)
  (let (case-fold-search)
    (while (search-forward "=FC" nil t)
      (replace-match (string 252) nil t))))

`(string 252)' gives a lowercase umlaut-u (iso-latin-1)

However, when foo is run in a buffer containing the string "=FC",
this string will be replaced with an uppercase umlaut-U.

PS In mime-encoded mails "=FC" represents a lowercase umlaut-u.
PPS Same problem with GNU Emacs 21.3.50.2.

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

end of thread, other threads:[~2003-05-21  1:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 14:16 case conversion by replace-match Roland Winkler
2003-05-16 19:47 ` Stefan Monnier
2003-05-16 21:07 ` Andreas Schwab
     [not found] ` <mailman.6326.1053119374.21513.bug-gnu-emacs@gnu.org>
2003-05-16 21:32   ` Kevin Rodgers
2003-05-16 21:51     ` Andreas Schwab
2003-05-17 13:50 ` Richard Stallman
     [not found] ` <mailman.6339.1053179576.21513.bug-gnu-emacs@gnu.org>
2003-05-17 20:09   ` Roland Winkler
2003-05-19 20:24     ` Kevin Rodgers
2003-05-21  1:55       ` Richard Stallman

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.