Re: international characters in mutt

2001-10-12 Thread Frederik Vanrenterghem
On Wed, 10 Oct 2001, Rick Pasotto wrote: > > So where does that leave the solution? > I've tried the suggestion in the README (on Sid/i386) and have to confirm: no change, non-ascii characters don't get displayed. They do display correctly on the console, in X, in Pine, in ..., not in Mutt. Look

Re: international characters in mutt

2001-10-11 Thread Stig Brautaset
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> spake thus: > On Wed, Oct 10, 2001 at 10:03:46PM -0400, Rick Pasotto wrote: > > > > > > l10n support > > > > If you want to see non-ASCII characters on a Debian system, there's no > > use fiddling with the variable "charset", as described in th

Re: international characters in mutt

2001-10-11 Thread mark
On Wed, Oct 10, 2001 at 10:03:46PM -0400, Rick Pasotto wrote: > > > l10n support > > If you want to see non-ASCII characters on a Debian system, there's no > use fiddling with the variable "charset", as described in the manual > page muttrc(5). > Instead, you'll need to have the Debi

Re: international characters in mutt

2001-10-10 Thread Rick Pasotto
On Wed, Oct 10, 2001 at 02:51:58PM -0600, [EMAIL PROTECTED] wrote: > On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: > > Hi, > > > > I am having trouble getting mutt to show Norwegian characters (e.g. æ > > and ø). The strange thing is that they work all fine on the command line,

Re: international characters in mutt

2001-10-10 Thread Stig Brautaset
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> spake thus: > On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: > > Hi, > > > > I am having trouble getting mutt to show Norwegian characters (e.g. ? > > and ?). The strange thing is that they work all fine on the command line, > > and if I us

Re: international characters in mutt

2001-10-10 Thread mark
On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: > Hi, > > I am having trouble getting mutt to show Norwegian characters (e.g. æ > and ø). The strange thing is that they work all fine on the command line, > and if I use more or less to view the mbox-file, they show up as they > are

Re: international characters in mutt

2001-10-10 Thread Rick Pasotto
On Sun, Oct 07, 2001 at 09:20:30PM +0200, Andreas Schmidt wrote: > Hi, > > I'm using the following setting in my .bashrc-file to have mutt > "speaking" English but showing German characters: > > # German character set for mutt > export LC_CTYPE=de_DE.ISO-8859-1 I am trying to solve the same prob

Re: international characters in mutt

2001-10-09 Thread dman
On Mon, Oct 08, 2001 at 11:56:58PM -0400, Joey Hess wrote: | dman wrote: | > Yeah, the coloring in view is neat, but the scrolling and quitting | > wasn't as convenient for a pager which is why I don't use it. | | Try the following script: | | #!/bin/sh -e | vim -c 'so /usr/share/doc/vim/macros/l

Re: international characters in mutt

2001-10-08 Thread Joey Hess
dman wrote: > Yeah, the coloring in view is neat, but the scrolling and quitting > wasn't as convenient for a pager which is why I don't use it. Try the following script: #!/bin/sh -e vim -c 'so /usr/share/doc/vim/macros/less.vim' ${@:--} Needs vim 6.0 though, and I am not fully satisfied with i

Re: international characters in mutt

2001-10-08 Thread dman
On Mon, Oct 08, 2001 at 03:53:03PM -0700, Mike Pfleger wrote: | I did the above, and it made no difference on my box. I had to switch | to using view as my pager, and I also loathe having to use ":q" to exit | my message reading session. I'm sure we're missing some embarrassingly | simple thing

Re: international characters in mutt

2001-10-08 Thread Mike Pfleger
* Stig Brautaset ([EMAIL PROTECTED]) wrote: > * Volker Schlecht <[EMAIL PROTECTED]> spake thus: > > set locale="C" > > unset allow_8bit > > set charset="iso-8859-1" > > set send_charset="us-ascii:iso-8859-1:utf8" > > > > in your .muttrc Hey. I did the above, and it made no difference on my box

Re: international characters in mutt

2001-10-08 Thread Stig Brautaset
* Volker Schlecht <[EMAIL PROTECTED]> spake thus: > > > Glad someone got something out of my cry for help ;) > > > > Unfortunately, my problem is still unresolved. I might have to join the > > mutt mailinglist or something (*sigh* another one.. just what I need...) > > or seriously STFW (as if

Re: international characters in mutt

2001-10-08 Thread Volker Schlecht
> Glad someone got something out of my cry for help ;) > > Unfortunately, my problem is still unresolved. I might have to join the > mutt mailinglist or something (*sigh* another one.. just what I need...) > or seriously STFW (as if I haven't already, but hey; practice makes > perfect :) You m

Re: international characters in mutt

2001-10-08 Thread Stig Brautaset
* Doug Hespe <[EMAIL PROTECTED]> spake thus: > On Sat, Oct 06, 2001 at 09:55:18PM +0200, Viktor Rosenfeld wrote: > > > > Try overwriting LC_MESSAGES, ie > > > > LANG=de_DE LC_MESSAGES=C mutt . > > > > mutt should speak English again, while showing German characters. > > > Aha! Thanks Victor

Re: international characters in mutt

2001-10-08 Thread Walter Hofmann
On Mon, 08 Oct 2001, Doug Hespe wrote: > {{Mutt} {eval dsk_exec $tkdesk(cmd,xterm) -geometry 80x73+250+25 -e > 'LANG=de_DE LC_MESSAGES=C mutt'}} I never used Tkdesk, but you could try ... -e /usr/bin/env 'LANG=de_DE LC_MESSAGES=C mutt' ... -e /bin/bash -c 'LANG=de_DE LC_MESSAGES=C mutt' & t

Re: international characters in mutt

2001-10-07 Thread Doug Hespe
On Sat, Oct 06, 2001 at 09:55:18PM +0200, Viktor Rosenfeld wrote: > > Try overwriting LC_MESSAGES, ie > > LANG=de_DE LC_MESSAGES=C mutt . > > mutt should speak English again, while showing German characters. > Aha! Thanks Victor. That works well if I launch mutt from the command line (I s

Re: international characters in mutt

2001-10-07 Thread Andreas Schmidt
On Sat, Oct 06, 2001 at 09:55:18PM +0200, Viktor Rosenfeld wrote: > Walter Hofmann wrote: > > > LANG=de_DE mutt > > > > and it works fine (but mutt speaks german now, which I don't really > > like). > > Try overwriting LC_MESSAGES, ie > > LANG=de_DE LC_MESSAGES=C mutt . > > mutt should s

International characters in less (was: Re: international characters in mutt)

2001-10-07 Thread Gustaf Erikson
Stig Brautaset <[EMAIL PROTECTED]> writes: > * dman <[EMAIL PROTECTED]> spake thus: > > On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: > > | Hi, > > | > > | I am having trouble getting mutt to show Norwegian characters (e.g. æ > > | and ø). The strange thing is that they work al

Re: international characters in mutt

2001-10-06 Thread Viktor Rosenfeld
Walter Hofmann wrote: > LANG=de_DE mutt > > and it works fine (but mutt speaks german now, which I don't really > like). Try overwriting LC_MESSAGES, ie LANG=de_DE LC_MESSAGES=C mutt . mutt should speak English again, while showing German characters. Ciao, Viktor -- Viktor Rosenfeld

Re: international characters in mutt

2001-10-06 Thread Walter Hofmann
On Sat, 06 Oct 2001, Stig Brautaset wrote: > I am having trouble getting mutt to show Norwegian characters (e.g. æ > and ø). The strange thing is that they work all fine on the command line, > and if I use more or less to view the mbox-file, they show up as they > are supposed to. It is, in other

Re: international characters in mutt

2001-10-06 Thread Stig Brautaset
* dman <[EMAIL PROTECTED]> spake thus: > On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: > | Hi, > | > | I am having trouble getting mutt to show Norwegian characters (e.g. ? > | and ?). The strange thing is that they work all fine on the command line, > | and if I use more or les

Re: international characters in mutt

2001-10-06 Thread Michael P. Soulier
On Sat, Oct 06, 2001 at 12:16:29PM -0400, dman wrote: > > Why not put > > set pager=less > > in your .muttrc? I don't think the built-in pager was meant to be as > complete as a dedicated pager. Is there a way to get mutt's colour support with less? Mike -- Michael P. Souli

Re: international characters in mutt

2001-10-06 Thread dman
On Sat, Oct 06, 2001 at 04:39:48PM +0100, Stig Brautaset wrote: | Hi, | | I am having trouble getting mutt to show Norwegian characters (e.g. æ | and ø). The strange thing is that they work all fine on the command line, | and if I use more or less to view the mbox-file, they show up as they | are

international characters in mutt

2001-10-06 Thread Stig Brautaset
Hi, I am having trouble getting mutt to show Norwegian characters (e.g. ? and ?). The strange thing is that they work all fine on the command line, and if I use more or less to view the mbox-file, they show up as they are supposed to. It is, in other words, only a problem in mutt. I have read m