all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4046: 23.1; minibuffer completion
@ 2009-08-05 12:38 Pavliv Oleg
  2009-08-06 17:55 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Pavliv Oleg @ 2009-08-05 12:38 UTC (permalink / raw
  To: bug-gnu-emacs

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

------------------------------------------------------------------------
----------------------------
I just installed the 23.1 release on Windows XP and I noticed two
problems:

1. M-x grep-find takes 5-7 sec to show the standard command "find .
-type f -print0 | xargs -0 -e grep -n". 
In the previous version 22.3 it appeared immediately.

2. When I type M-x find-file then d:/te <TAB> it proposes two completion
"temp" and "telnet:". 
I dont have "telnet:" file on my disk d:/   In the previos version 22.3
it was completed immediately to
d:/temp/
------------------------------------------------------------------------
----------------------------


In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4)'

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: ENG
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: 1

Major mode: Dired by name

Minor modes in effect:
  iswitchb-mode: t
  shell-dirtrack-mode: t
  display-time-mode: t
  cua-mode: t
  partial-completion-mode: t
  global-auto-revert-mode: t
  tooltip-mode: t
  mouse-wheel-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-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x b e m <return> C-x C-f d : / t e <tab> <help-echo> 
<help-echo> C-x o C-x o C-SPC C-n C-n C-n C-n C-n C-n 
M-w C-x o C-x 1 C-g M-x r e p o r t <tab> <return>

Recent messages:
Loading
d:/Soft/Emacs/emacs-23.1/site-lisp/vc-clearcase-2.1/vc-clearcase-auto.el
(source)...done
Loading hideshow...done
Loading u:/emacs/mic-paren.elc (compiled; note, source file is
newer)...done
Loading u:/emacs/paredit-beta.el (source)...done
Loading u:/emacs/idtv.el (source)...
Loading find-lisp...done
Loading u:/emacs/idtv.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
call-interactively: Can't expand minibuffer to full frame
Quit
Quit

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

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

* bug#4046: 23.1; minibuffer completion
  2009-08-05 12:38 bug#4046: 23.1; minibuffer completion Pavliv Oleg
@ 2009-08-06 17:55 ` Eli Zaretskii
  2009-08-07  5:08   ` Pavliv Oleg
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2009-08-06 17:55 UTC (permalink / raw
  To: Pavliv Oleg, 4046

> Date: Wed, 5 Aug 2009 14:38:04 +0200
> From: "Pavliv Oleg" <opavliv@lysis.com>
> Cc: 
> 
> 1. M-x grep-find takes 5-7 sec to show the standard command "find .
> -type f -print0 | xargs -0 -e grep -n".

Only the first time, right?  If so, that's because Emacs tries to
figure out what kind of programs you have for this pipe.  You can
avoid the delay by customizing the option `grep-find-command'.

> 2. When I type M-x find-file then d:/te <TAB> it proposes two completion
> "temp" and "telnet:".
> I dont have "telnet:" file on my disk d:/

Does this happen in "emacs -Q"?  I cannot reproduce this on my
machine.  I see that you have many non-default modes enabled:

> Minor modes in effect:
>   iswitchb-mode: t
>   shell-dirtrack-mode: t
>   display-time-mode: t
>   cua-mode: t
>   partial-completion-mode: t
>   global-auto-revert-mode: t
>   tooltip-mode: t
>   mouse-wheel-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-encryption-mode: t
>   auto-compression-mode: t
>   column-number-mode: t
>   line-number-mode: t
>   transient-mark-mode: t

Maybe one of them causes this problem?





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

* bug#4046: 23.1; minibuffer completion
  2009-08-06 17:55 ` Eli Zaretskii
@ 2009-08-07  5:08   ` Pavliv Oleg
  0 siblings, 0 replies; 3+ messages in thread
From: Pavliv Oleg @ 2009-08-07  5:08 UTC (permalink / raw
  To: Eli Zaretskii, 4046


I found a reason for a grep-find slowness

It is necessary to put in .emacs
(setq grep-highlight-matches nil)
or
(setq grep-highlight-matches t)
to avoid a call (grep-probe) which takes a long time

In the previous version of emacs 22.3 it was nil.

As for telnet: file I don't know yet. Emacs is started with the only
option --debug-init 

Thanks
Oleg Pavliv

-----Original Message-----
From: Eli Zaretskii [mailto:eliz@gnu.org] 
Sent: 06 August 2009 19:56
To: Pavliv Oleg; 4046@emacsbugs.donarmstrong.com
Subject: Re: bug#4046: 23.1; minibuffer completion

> Date: Wed, 5 Aug 2009 14:38:04 +0200
> From: "Pavliv Oleg" <opavliv@lysis.com>
> Cc: 
> 
> 1. M-x grep-find takes 5-7 sec to show the standard command "find .
> -type f -print0 | xargs -0 -e grep -n".

Only the first time, right?  If so, that's because Emacs tries to figure
out what kind of programs you have for this pipe.  You can avoid the
delay by customizing the option `grep-find-command'.

> 2. When I type M-x find-file then d:/te <TAB> it proposes two 
> completion "temp" and "telnet:".
> I dont have "telnet:" file on my disk d:/

Does this happen in "emacs -Q"?  I cannot reproduce this on my machine.
I see that you have many non-default modes enabled:

> Minor modes in effect:
>   iswitchb-mode: t
>   shell-dirtrack-mode: t
>   display-time-mode: t
>   cua-mode: t
>   partial-completion-mode: t
>   global-auto-revert-mode: t
>   tooltip-mode: t
>   mouse-wheel-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-encryption-mode: t
>   auto-compression-mode: t
>   column-number-mode: t
>   line-number-mode: t
>   transient-mark-mode: t

Maybe one of them causes this problem?





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

end of thread, other threads:[~2009-08-07  5:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 12:38 bug#4046: 23.1; minibuffer completion Pavliv Oleg
2009-08-06 17:55 ` Eli Zaretskii
2009-08-07  5:08   ` Pavliv Oleg

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.