cursor positioning errors

2009-05-26 Thread jim
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA

Re: simple Translation

2009-05-26 Thread Bob Proulx
Cortes, Miguel wrote: > I have in my .cshrc > alias n 'nedit \!* &' > > Which automatically background nedit any time I use it which is very > frequently. > > How do I make that same alias in .bashrc. > alias n='nedit $@ &' does not work. More general than aliases I think shell fun

Re: MAILPATH stopped working after update to Bash 4.0

2009-05-26 Thread Nikos Chantziaras
Chet Ramey wrote: Nikos Chantziaras wrote: I have: MAILPATH="/home/me/.maildir/new?You have new mail." MAILCHECK=60 Bash 3.2 was correctly telling me about new mail arriving. However, after I updated to Bash 4.0, I constantly get a "You have new mail." message every minute even though I a

simple Translation

2009-05-26 Thread Cortes, Miguel
To Whom It May Concern: I have in my .cshrc alias n 'nedit \!* &' Which automatically background nedit any time I use it which is very frequently. How do I make that same alias in .bashrc. alias n='nedit $@ &' does not work.

Re: bash-3.2 multibyte behavior on Solaris

2009-05-26 Thread Chet Ramey
Jan Hnatek wrote: > Hi, > > bash-3.2 on Solaris is suffering from the following bug: > http://defect.opensolaris.org/bz/show_bug.cgi?id=3743 > (bash hangs sometimes when navigating with the arrow keys) I'll look at this as soon as I have an available Solaris machine. -- ``The lyf so short, th

Re: MAILPATH stopped working after update to Bash 4.0

2009-05-26 Thread Chet Ramey
Nikos Chantziaras wrote: > I have: > > MAILPATH="/home/me/.maildir/new?You have new mail." > MAILCHECK=60 > > Bash 3.2 was correctly telling me about new mail arriving. However, > after I updated to Bash 4.0, I constantly get a "You have new mail." > message every minute even though I actual

MAILPATH stopped working after update to Bash 4.0

2009-05-26 Thread Nikos Chantziaras
I have: MAILPATH="/home/me/.maildir/new?You have new mail." MAILCHECK=60 Bash 3.2 was correctly telling me about new mail arriving. However, after I updated to Bash 4.0, I constantly get a "You have new mail." message every minute even though I actually don't have new mail. Has the mail