unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width
@ 2011-01-19 11:06 ` jidanni
  2011-01-20 10:29   ` Štěpán Němec
                     ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jidanni @ 2011-01-19 11:06 UTC (permalink / raw)
  To: 7871; +Cc: debian-eeepc-devel

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

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.

I use http://jidanni.org/comp/configuration files


[-- Attachment #2: width miscalculated --]
[-- Type: image/png, Size: 15890 bytes --]

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]


In GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2011-01-14 on keller, modified by Debian
 (emacs-snapshot package, version 1:20110112-1)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width
  2011-01-19 11:06 ` bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width jidanni
@ 2011-01-20 10:29   ` Štěpán Němec
  2011-01-21  2:51   ` jidanni
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Štěpán Němec @ 2011-01-20 10:29 UTC (permalink / raw)
  To: jidanni; +Cc: debian-eeepc-devel, 7871

jidanni@jidanni.org 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.

This sometimes happens to me, too (on trunk, but I'm not sure it
matters); I haven't investigated, probably something to do with window
configuration at the time you run `man'. In any case, I doubt it has
anything to do with "EEEPC 702" specifically, whatever that is.

  Štěpán





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width
  2011-01-19 11:06 ` bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width jidanni
  2011-01-20 10:29   ` Štěpán Němec
@ 2011-01-21  2:51   ` jidanni
  2011-07-14 17:25   ` Lars Magne Ingebrigtsen
  2011-07-21  1:04   ` jidanni
  3 siblings, 0 replies; 5+ messages in thread
From: jidanni @ 2011-01-21  2:51 UTC (permalink / raw)
  To: stepnem; +Cc: debian-eeepc-devel, 7871

>>>>> "ŠN" == Štěpán Němec <stepnem@gmail.com> writes:
ŠN> jidanni@jidanni.org 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)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width
  2011-01-19 11:06 ` bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width jidanni
  2011-01-20 10:29   ` Štěpán Němec
  2011-01-21  2:51   ` jidanni
@ 2011-07-14 17:25   ` Lars Magne Ingebrigtsen
  2011-07-21  1:04   ` jidanni
  3 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-14 17:25 UTC (permalink / raw)
  To: jidanni; +Cc: 7871

jidanni@jidanni.org 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.

I'm unable to reproduce this bug.  Does it happen always or just
sometimes?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width
  2011-01-19 11:06 ` bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width jidanni
                     ` (2 preceding siblings ...)
  2011-07-14 17:25   ` Lars Magne Ingebrigtsen
@ 2011-07-21  1:04   ` jidanni
  3 siblings, 0 replies; 5+ messages in thread
From: jidanni @ 2011-07-21  1:04 UTC (permalink / raw)
  To: 7871, control

retitle 7871 24.0.50; Emacs M-x man vs. EEEPC screen width
close 7871
thanks
Works now.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-21  1:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87lj2fyikn.fsf@gmail.com>
2011-01-19 11:06 ` bug#7871: 24.0.50; Emacs M-x man vs. RREPC screen width jidanni
2011-01-20 10:29   ` Štěpán Němec
2011-01-21  2:51   ` jidanni
2011-07-14 17:25   ` Lars Magne Ingebrigtsen
2011-07-21  1:04   ` jidanni

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).