Re: built-in pager and utf-8

2012-07-02 Thread Harald Weis
On Mon, Jul 02, 2012 at 10:19:56AM +0900, Daniel P. Wright wrote: The example works fine in my mutt. You might find it's a result of your compile settings -- try mutt -v to see them. In particular, look for +HAVE_WC_FUNCS. If you don't have widechar funcs, try recompiling against (or

Re: built-in pager and utf-8

2012-07-02 Thread Ken Moffat
On Sun, Jul 01, 2012 at 04:59:51PM +0200, Harald Weis wrote: My muttrc sets editor to joe. Mutt's built-in pager does not seem to understand utf-8. Example copied from a gnu-emacs mailing list: The first time is characterized with this system of equations:

Re: built-in pager and utf-8

2012-07-02 Thread Harald Weis
On Mon, Jul 02, 2012 at 02:14:21PM +0100, Ken Moffat wrote: On Sun, Jul 01, 2012 at 04:59:51PM +0200, Harald Weis wrote: My muttrc sets editor to joe. Mutt's built-in pager does not seem to understand utf-8. Example copied from a gnu-emacs mailing list: The first time is

Re: built-in pager and utf-8

2012-07-02 Thread Derek Martin
On Mon, Jul 02, 2012 at 05:09:21PM +0200, Harald Weis wrote: I assume if you paste the equations with a mouse to emacs, the subscripts would be displayed correctly. What I can't guess is what *you* are seeing which causes you to query it ? I see character-size rectangles in place

Re: built-in pager and utf-8

2012-07-02 Thread Patrice Levesque
Mutt's built-in pager does not seem to understand utf-8. Example copied from a gnu-emacs mailing list: [...] t₁ = 65536×h₁ + l₁ 0 ≤ h₁ 65536 0 ≤ l₁ 65536 Both display here just fine under mutt-1.5.21-r9 (gentoo). Make sure all the components of the displaying chain are set to

Re: built-in pager and utf-8

2012-07-02 Thread Derek Martin
On Sun, Jul 01, 2012 at 11:48:37AM -0400, Patrice Levesque wrote: in mutt, you'll need to configure 'set charset=UTF-8' NO YOU DO NOT, and in fact you should generally never do this. If your locale is set correctly, Mutt will take care of this for you automatically, and if it is not set

Re: built-in pager and utf-8

2012-07-02 Thread Gary Johnson
On 2012-07-01, Patrice Levesque wrote: Mutt's built-in pager does not seem to understand utf-8. Example copied from a gnu-emacs mailing list: [...] t₁ = 65536×h₁ + l₁ 0 ≤ h₁ 65536 0 ≤ l₁ 65536 Both display here just fine under mutt-1.5.21-r9 (gentoo). Make sure all

Re: fastmail and ssl?

2012-07-02 Thread Kevin J. McCarthy
Tom Fowle wrote: Am trying to get mutt 1.5.2 to connect to fastmail.fm using ssl. Hopefully you mean 1.5.21? I've set everything in .muttrc I can find to use ssl E.G. set folder=imaps://mail.messagingengine.com:993/ssl/inbox/ I use fastmail, and have the settings: set imap_user=xxx set

Colorizing headers

2012-07-02 Thread Code Blue
Trying to get mutt to match slrn coloring as much as possible, is it possible to get of the header one color and part another? For example slrn uses bright green for the To: and cyan for the contents of the To: field. Is there a way to do this? If I match on the header the whole line gets set to

Re: built-in pager and utf-8

2012-07-02 Thread Harald Weis
On Mon, Jul 02, 2012 at 10:42:39AM -0500, Derek Martin wrote: On Mon, Jul 02, 2012 at 05:09:21PM +0200, Harald Weis wrote: I assume if you paste the equations with a mouse to emacs, the subscripts would be displayed correctly. What I can't guess is what *you* are seeing which

Re: built-in pager and utf-8

2012-07-02 Thread Daniel P. Wright
I am running mutt 1.5.21 compiled from the mutt repo (no ports) on FreeBSD with no trouble. The parameters I passed to prepare are as follows: ./prepare --prefix=/usr/local --enable-locales-fix --disable-fcntl --enable-hcache --with-libiconv-prefix=/usr/local --with-slang=/usr/local (I am