bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

large files not found with `read-file-name'


From: Tom Wurgler
Subject: large files not found with `read-file-name'
Date: Thu, 11 Apr 2002 16:26:50 -0400 (EDT)

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 (hppa2.0n-hp-hpux11.00, Motif Version 2.1.0)
 of 2002-03-18 on rds294
configured using `configure  --cache-file=/dev/null 
--host=hppa2.0n-hp-hpux11.00 --prefix=/home/rdstt1/t901353/local 
--with-x-toolkit=motif --with-png'
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: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

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

One of the users here has a file thusly:

  -rw-rw-r--   1 tomw    bob   2399830016 Apr 11 11:41 sample.file

Which GNU ls does list in a dired properly, albeit the filenames are not
aligned etc.

But he has a emacs-lisp defun that prompts him for various input, one of 
which is the above "sample.file" filename.  The file completion does not find 
the file.  He is not trying to read the file itself, just get the filename and
then he runs a shell job with the inputs gained from his elisp...

The line below demostates the problem:

(setq tommy (read-file-name "Enter the name: "))

You can start typing "sa" at the prompt, then hit "tab" and all files that start
with "sa" are displayed except the "sample.file".  Why doesn't this file show
up?

Thanks!

tom


-- 
============================================================================
Tom Wurgler                             The Goodyear Tire & Rubber Company
Principal Engineer                      Tire-Vehicle Engineering Technology
Phone:         330-796-1656             Technical Center D/460G            
Fax:           330-796-3292             P.O.Box 3531                       
internet mail: twurgler@goodyear.com    Akron, Ohio 44309-3531             
============================================================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]