unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Florian Beck <abstraktion@t-online.de>
To: emacs-pretest-bug@gnu.org
Subject: Non ascii-characters and File Completion
Date: Fri, 01 Feb 2008 21:14:20 +0100	[thread overview]
Message-ID: <87hcgsh1sz.fsf@sophokles.streitblatt.de> (raw)


Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

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

(cd "~/tmp")
(shell-command "touch file-ä-text")
(shell-command "touch file-ö-text")
C-x C-f file<tab>

This completes up to "file-ä" (and ignores "file-ö")

Another tab comletes to »file-ä-text".

C-x C-f file<tab><backspace>ö<tab> correctly completes "touch
file-ö-text".

Seems like C-x C-f completes one character too many.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.7)
 of 2008-02-01 on fb-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--with-gtk' '--enable-font-backend' '--with-xft' '--with-freetype' '--with-dbus' 'CC=gcc' 'CFLAGS=-march=pentium-m -mfpmath=sse -mmmx -msse''

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_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Summary

Minor modes in effect:
  gnus-mailing-list-mode: t
  shell-dirtrack-mode: t
  show-paren-mode: t
  jabber-activity-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-y <down> C-y <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <C-left> <C-left> <C-left> <C-left> <left> 
<left> <left> <backspace> <backspace> <backspace> <backspace> 
x e e a <end> 1 6 , 1 5 <backspace> 6 , SPC <backspace> 
<backspace> <backspace> 7 , SPC ; ; S u b <C-left> 
<C-left> <C-left> <C-left> <right> <right> <right> 
<right> SPC { 4 } <end> <M-return> <backspace> <backspace> 
a SPC = S-SPC <up> <up> <up> <up> <up> <up> <down> 
<C-right> <C-right> <C-right> <C-right> <C-right> <C-right> 
<left> <left> <left> C-SPC <C-right> <right> <right> 
<right> <right> <right> <right> <right> <right> <right> 
M-w <down> <down> <down> <down> <down> C-y <C-tab> 
<C-tab> <C-tab> <C-tab> E <backspace> 1 4 , SPC E x 
t , <backspace> <backspace> <backspace> <backspace> 
E SPC <backspace> x t , SPC M P <M-return> <up> <right> 
<right> <right> <right> <right> <right> <right> <right> 
<right> <right> <right> <right> <right> <right> <right> 
<right> <right> <left> SPC { 2 } <down> <backspace> 
<backspace> <up> <up> <up> <up> <up> <up> <up> <up> 
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up> 
<C-right> <right> C-SPC <end> M-w <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <up> C-y <C-tab> <C-tab> 2 , 1 1 , SPC K B C-x 
s C-u C-c C-S-t <up> <return> <up> <return> <switch-frame> 
C-x b G r <tab> <backspace> <backspace> * G r <tab> 
<return> l g C-x b * r <tab> <return> C-c C-c q c y 
<up> <up> <up> <up> <return> c y <down> <return> <return> 
n n SPC n n n <up> <return> <up> <return> <down> <return> 
<down> <return> SPC <down> <return> n SPC n q l <return> 
<return> n M-x b u f <backspace> g <backspace> <backspace> 
<backspace> r e p o r <tab> b <tab> <return>

Recent messages:
Mark all unread articles as read? (y or n) 
Exiting summary buffer and applying spam rules
Retrieving newsgroup: nnml:mail.emacs.devel...
Fetching headers for nnml:mail.emacs.devel...done
Generating summary...done
Exiting summary buffer and applying spam rules
Retrieving newsgroup: nntp+news.gmane.org:gmane.emacs.help...
Opening nntp server on news.gmane.org...done
Fetching headers for nntp+news.gmane.org:gmane.emacs.help...done
Generating summary...done

-- 
Florian Beck




             reply	other threads:[~2008-02-01 20:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-01 20:14 Florian Beck [this message]
2008-02-02 11:57 ` Non ascii-characters and File Completion Mathias Dahl
2008-02-02 13:09   ` Florian Beck

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=87hcgsh1sz.fsf@sophokles.streitblatt.de \
    --to=abstraktion@t-online.de \
    --cc=emacs-pretest-bug@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).