>>>>> "ŠN" == Štěpán Němec <[email protected]> writes: ŠN> [email protected] writes:
>> Why on EEEPC 702 does emacs's M-x man miscalculate the screen width, >> causing M-x man to go beyond the edge as shown in the attached >> screenshot. ŠN> This sometimes happens to me, too (on trunk, but I'm not sure it ŠN> matters); I haven't investigated, probably something to do with window ŠN> configuration at the time you run `man'. In any case, I doubt it has ŠN> anything to do with "EEEPC 702" specifically, whatever that is. Ah, probably need these in .emacs in order for M-x man to always work properly (setenv "PAGER" "cat") (setenv "LESS" nil) (setenv "COLUMNS" nil) (setenv "LINES" nil) _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
