GNU bug report logs -
#6535
24.0.50; grep seems not to work
Previous Next
Reported by: john ffitch <jpff <at> codemist.co.uk>
Date: Tue, 29 Jun 2010 06:38:02 UTC
Severity: normal
Tags: notabug
Found in version 24.0.50
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 6535 <at> debbugs.gnu.org (full text, mbox):
john ffitch skrev 2010-06-29 12.10:
> I run tcsh as I have done for ~25yrs. I have never got on with
> bash/sh
>
> No terminal stuff in .login or .cshrc, only environment variables and
> aliases
> If it matters this is OpenSuSE 11.2
>
> Emacs is started from a fvwm menu, not a terminal
> /home/jpff/GNU_21/emacs/trunk/src/emacs -lsp 2 -geometry 84x46+64+10 -fn "-etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-1"
>
Ok, it is probably tsch. Check if you have this in /etc/csh.cshrc, I have it
on Suse 11.2:
#
# Avoid trouble with Emacs shell mode
#
if ($?EMACS) then
setenv LS_OPTIONS '-N --color=none -T 0';
path tset -I -Q
path stty cooked pass8 dec nl -echo
# if ($?tcsh) unset edit
endif
You can force Emacs to use sh or bash if you customize shell-file-name. I
don't know if Emacs should be able to handle this.
Jan D.
This bug report was last modified 13 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.