unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3522: Tab doesnt automatically correct dir names during Find-file
@ 2009-06-10 14:22 ` Mukesh Gupta
       [not found]   ` <handler.3522.B.124464374720517.ack@emacsbugs.donarmstrong.com>
  2009-06-17  3:10   ` bug#3522: marked as done " Emacs bug Tracking System
  0 siblings, 2 replies; 3+ messages in thread
From: Mukesh Gupta @ 2009-06-10 14:22 UTC (permalink / raw)
  To: bug-gnu-emacs

i've recently (9th June 2009) installed Emacs 22.3.1

When i use C-x-f (find-file) command and try to complete a unique directory name
(say ~/Txt) by giving (~/tx) and then pressing TAB, it doesnt correct
(and complete) the case from 'tx' to 'Txt' although this is the only directory.

This is working perfectly in preinstalled (/usr/bin) Emacs 21.3.1.
% uname -a
Linux inndesk158 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

# My Invocation command is:
~/etc.linux.gcc346_64/bin/emacs --no-init-file


In GNU Emacs 22.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-06-10 on inndesk158
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure  '--prefix=/home/mukeshg/etc.linux.gcc346_64''

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
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
<help-echo> <help-echo> <S-right> C-x C-f <M-backspace> 
t x <tab> <tab> <tab> C-g M-x r e p <tab> o r <tab> 
<return>

Recent messages:
("/home/mukeshg/etc.linux.gcc346_64/bin/emacs" "--no-init-file")
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
Making completion list...
Loading help-mode...done
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done






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

* bug#3522: Acknowledgement (Tab doesnt automatically correct dir names during Find-file)
       [not found]   ` <handler.3522.B.124464374720517.ack@emacsbugs.donarmstrong.com>
@ 2009-06-11  7:48     ` Mukesh Gupta
  0 siblings, 0 replies; 3+ messages in thread
From: Mukesh Gupta @ 2009-06-11  7:48 UTC (permalink / raw)
  To: 3522

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]

Hi

i knew that something is amiss but i didnt know what.
Ok, #3522 is not a bug but (as is mostly the case with supposed bugs) a 
variable that was not set.

my default emacs (21.3.1) works fine with this variable.
*(setq completion-ignore-case t) ;; find-file converts ~/tx to ~/Txt on 
pressing tab

*But for emacs 22.3.1, this setting is required.
*(setq read-file-name-completion-ignore-case t) ;; For Emacs 22.3, it is 
reqd.*

Did i tell you that the new GUD is simply GREAT!!

Thanks for everything.
mukesh

Emacs bug Tracking System wrote:
> Thank you for filing a new bug report with Emacs.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Emacs Bugs <bug-gnu-emacs@gnu.org>
>
> If you wish to submit further information on this problem, please
> send it to 3522@emacsbugs.donarmstrong.com, as before.
>
> Please do not send mail to owner@emacsbugs.donarmstrong.com unless you wish
> to report a problem with the Bug-tracking system.
>
>
>   


[-- Attachment #2: Type: text/html, Size: 1853 bytes --]

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

* bug#3522: marked as done (Tab doesnt automatically correct dir names during Find-file)
  2009-06-10 14:22 ` bug#3522: Tab doesnt automatically correct dir names during Find-file Mukesh Gupta
       [not found]   ` <handler.3522.B.124464374720517.ack@emacsbugs.donarmstrong.com>
@ 2009-06-17  3:10   ` Emacs bug Tracking System
  1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-06-17  3:10 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]


Your message dated Tue, 16 Jun 2009 23:05:15 -0400
with message-id <l63evh85w.fsf_-_@fencepost.gnu.org>
and subject line Re: bug#3522: Tab doesnt automatically correct dir names during Find-file
has caused the Emacs bug report #3522,
regarding Tab doesnt automatically correct dir names during Find-file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3522: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3522
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4365 bytes --]

From: Mukesh Gupta <mukeshg@inn.mentorg.com>
To: bug-gnu-emacs@gnu.org
Subject: Tab doesnt automatically correct dir names during Find-file
Date: Wed, 10 Jun 2009 19:52:04 +0530
Message-ID: <200906101422.n5AEM4Wd012238@inndesk158.inn.mentorg.com>

i've recently (9th June 2009) installed Emacs 22.3.1

When i use C-x-f (find-file) command and try to complete a unique directory name
(say ~/Txt) by giving (~/tx) and then pressing TAB, it doesnt correct
(and complete) the case from 'tx' to 'Txt' although this is the only directory.

This is working perfectly in preinstalled (/usr/bin) Emacs 21.3.1.
% uname -a
Linux inndesk158 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 x86_64 GNU/Linux

# My Invocation command is:
~/etc.linux.gcc346_64/bin/emacs --no-init-file


In GNU Emacs 22.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-06-10 on inndesk158
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure  '--prefix=/home/mukeshg/etc.linux.gcc346_64''

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
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
<help-echo> <help-echo> <S-right> C-x C-f <M-backspace> 
t x <tab> <tab> <tab> C-g M-x r e p <tab> o r <tab> 
<return>

Recent messages:
("/home/mukeshg/etc.linux.gcc346_64/bin/emacs" "--no-init-file")
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
Making completion list...
Loading help-mode...done
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done



[-- Attachment #3: Type: message/rfc822, Size: 1944 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 3522-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3522: Tab doesnt automatically correct dir names during Find-file
Date: Tue, 16 Jun 2009 23:05:15 -0400
Message-ID: <l63evh85w.fsf_-_@fencepost.gnu.org>

Mukesh Gupta wrote:

> *(setq completion-ignore-case t) ;; find-file converts ~/tx to ~/Txt on 
> pressing tab
>
> *But for emacs 22.3.1, this setting is required.
> *(setq read-file-name-completion-ignore-case t) ;; For Emacs 22.3, it is 
> reqd.*

Yes. Thanks for posting the solution.

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

end of thread, other threads:[~2009-06-17  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <l63evh85w.fsf_-_@fencepost.gnu.org>
2009-06-10 14:22 ` bug#3522: Tab doesnt automatically correct dir names during Find-file Mukesh Gupta
     [not found]   ` <handler.3522.B.124464374720517.ack@emacsbugs.donarmstrong.com>
2009-06-11  7:48     ` bug#3522: Acknowledgement (Tab doesnt automatically correct dir names during Find-file) Mukesh Gupta
2009-06-17  3:10   ` bug#3522: marked as done " Emacs bug Tracking System

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