unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16950: 24.3: Shell mode, tab completion on 'rpm' command gives error
@ 2014-03-06 15:17 Ed Avis
  2014-03-06 16:56 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Avis @ 2014-03-06 15:17 UTC (permalink / raw)
  To: 16950

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgment at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

Run 'emacs -Q' and type:

M-x shell
touch foo.rpm
rpm -Uvh foo<TAB>

Expected behaviour: normal tab-completion of filename, which would
complete to 'foo.rpm' if no other file beginning 'foo' exists in
the current directory.  This was the behaviour in emacs 24.2.1.

Observed behaviour: the bell rings and an error is shown in the
minibuffer:

  Symbol's value as variable is void: regexp

The filename is not completed.

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'.
For information about debugging Emacs, please read the file
/usr/share/emacs/24.3/etc/DEBUG.


In GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.9.10)
 of 2013-08-14 on buildvm-17.phx2.fedoraproject.org
Configured using:
 `configure '--build=x86_64-redhat-linux-gnu'
 '--host=x86_64-redhat-linux-gnu' '--program-prefix='
 '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr'
 '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
 '--datadir=/usr/share' '--includedir=/usr/include'
 '--libdir=/usr/lib64' '--libexecdir=/usr/libexec'
 '--localstatedir=/var' '--sharedstatedir=/var/lib'
 '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus'
 '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff'
 '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no'
 'build_alias=x86_64-redhat-linux-gnu'
 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g
 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
 -fstack-protector-strong --param=ssp-buffer-size=4
 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro ''

Important settings:
  value of $LC_COLLATE: C
  value of $LC_CTYPE: en_GB.UTF-8
  value of $LC_MESSAGES: en_GB.UTF-8
  value of $LC_MONETARY: en_GB.UTF-8
  value of $LC_NUMERIC: en_GB.UTF-8
  value of $LC_TIME: en_GB.UTF-8
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
c d SPC p a c TAB C-a C-k c d SPC s v TAB p a c TAB
S R TAB RET r p m SPC - U v h SPC p e TAB ESC x r e
p o r t - e m SPC a DEL b u SPC RET

Recent messages:
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. [2 times]
(lambda (item) ...) quoted with ' rather than with #'
Done loading /home/eda/lib/emacs/csharp-mode-0.8.5.el
Loading term/xterm...done
For information about GNU Emacs and the GNU system, type C-h C-a.
command-line-1: Unknown option `-vanilla'
No match
~/svn_working/packages.fedora/SRPMS
completion--some: Symbol's value as variable is void: regexp
delete-backward-char: Text is read-only

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils pcmpl-rpm pcmpl-unix time-date server csharp-mode
warnings advice help-fns advice-preload byte-opt bytecomp byte-compile
cconv cc-langs cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs zoom-frm frame-cmds
frame-fns cl-macs gv avoid cl cl-lib compile shell pcomplete comint ring
ansi-color tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win
x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)

-- 
Ed Avis <eda@waniasset.com>


______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________





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

* bug#16950: 24.3: Shell mode, tab completion on 'rpm' command gives error
  2014-03-06 15:17 bug#16950: 24.3: Shell mode, tab completion on 'rpm' command gives error Ed Avis
@ 2014-03-06 16:56 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-03-06 16:56 UTC (permalink / raw)
  To: 16950-done

Version: 24.4

Ed Avis wrote:

> Run 'emacs -Q' and type:
>
> M-x shell
> touch foo.rpm
> rpm -Uvh foo<TAB>

Thanks for the report.
This is already fixed in Emacs trunk; ie will be fixed in Emacs 24.4.





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

end of thread, other threads:[~2014-03-06 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 15:17 bug#16950: 24.3: Shell mode, tab completion on 'rpm' command gives error Ed Avis
2014-03-06 16:56 ` Glenn Morris

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