I suggested something along those lines and got the email equivalent
of a blank look.

--
Best regards,

Craig

http://slashboot.org/


Andreas Kahari wrote:
On 14/03/06, Andris Delfino <[EMAIL PROTECTED]> wrote:
I use the ksh shell. Tried csh in an xterm, no problem there (I can
use the characters there). So, is something I can tweak to make them
work in ksh?

Sounds to me you want to "un-tweak" something that you've been tweaking...

Have a look at your ~/.profile and ~/.inputrc (if you have one) and
other files ($ENV) that might contain things that you've modified. Try as another user (create a new one even).

Regards,
Andreas


On 3/14/06, David T Harris <[EMAIL PROTECTED]> wrote:
Actually if you're having the same problems on a tty,
you might want to ssh in remotely and change your default
shell, to see if it's a problem with some config setting
in your .kshrc or .bashrc, etc...

Have you tried logging in as a different user?  Do you still
have the same problems regardless of the shell you use?



--
Andreas Kahari



Andris Delfino wrote:
> I can't use &ntilde; nor &oacute; &iacute; etc. with ksh.
>
> On 3/14/06, Craig <[EMAIL PROTECTED]> wrote:
>> I'm probably wrong then.
>>
>> You mentioned that the q and the s keys did not work.
>>
>> The default .profile file, has a tset call, as I specified, which sets
>> terminal properties. I just had a feeling that there might have been a
>> typo on that line, so it was trying to set the q and s keys, for some
>> purpose.
>>
>> Sorry for any confusion.
>>
>> --
>> Best regards,
>>
>> Craig
>>
>> http://slashboot.org/
>>
>>
>> Andris Delfino wrote:
>>> I got no .kshrc, nor .inputrc. I don't understand why are you talking
>>> about Q and S, :/
>>>
>>> This is the content of my .profile:
>>>
>>> PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
>>> export PATH HOME TERM
>>>
>>> alias gcc='gcc -std=c99 -pedantic -Wunused -Wall -W -O3'
>>> alias halt='/usr/bin/sudo /sbin/halt -p'
>>> alias ls='/bin/ls -AF'
>>> alias ps='/bin/ps -axo pid,command'
>>> alias reboot='/usr/bin/sudo /sbin/reboot'
>>>
>>> export [EMAIL PROTECTED]:/cvs
>>> export GDK_USE_XFT=1
>>> export PKG_PATH=ftp://ftp.openbsd.md5.com.ar/pub/OpenBSD/3.8/packages/i386/
>>>
>>> On 3/14/06, Craig <[EMAIL PROTECTED]> wrote:
>>>> I might be barking up the wrong tree here, but is it a coincidence
>>>> that the letters affected are s and q, when you look at the default
>>>> content of dot.profile ?
>>>>
>>>> Have a look at your .profile file and make sure that the tset line is
>>>> in good shape.
>>>>
>>>> It should read:
>>>>
>>>>   if [ -x /usr/bin/tset ]; then
>>>>          eval `/usr/bin/tset -sQ \?$TERM`
>>>>   fi
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>>
>>>> Craig
>>>>
>>>> http://slashboot.org/
>>>>
>>>>
>>>> Andris Delfino wrote:
>>>>> I use the ksh shell. Tried csh in an xterm, no problem there (I can
>>>>> use the characters there). So, is something I can tweak to make them
>>>>> work in ksh?
>>>>>
>>>>> On 3/14/06, David T Harris <[EMAIL PROTECTED]> wrote:
>>>>>> Actually if you're having the same problems on a tty,
>>>>>> you might want to ssh in remotely and change your default
>>>>>> shell, to see if it's a problem with some config setting
>>>>>> in your .kshrc or .bashrc, etc...
>>>>>>
>>>>>> Have you tried logging in as a different user?  Do you still
>>>>>> have the same problems regardless of the shell you use?

Reply via email to