unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* incorrect scroll bar rendering (--without-toolkit-scroll-bars)
@ 2007-11-17 19:50 David O'Toole
  2007-11-18 22:46 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: David O'Toole @ 2007-11-17 19:50 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello. I just built and installed a freshly compiled GNU Emacs from
CVS. It looks like the scroll bars are not rendering correctly.

Here is a screenshot of the incorrect rendering:

http://dto.freeshell.org/images/shot.png

This is what it looked like before:

http://dto.freeshell.org/images/pixel-preview.png

Let me know if there is anything i can do to help.

In GNU Emacs 23.0.50.2 (i486-pc-linux-gnu, X toolkit)
 of 2007-11-16 on monad
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure  '--build=i486-linux-gnu' '--prefix=/usr'
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man'
'--infodir=${prefix}/share/info' '--sysconfdir=/etc'
'--localstatedir=/var' '--libexecdir=${prefix}/lib/emacs23'
'--disable-maintainer-mode' '--disable-dependency-tracking'
'--srcdir=.' '--without-toolkit-scroll-bars' '--with-x-toolkit=lucid'
'build_alias=i486-linux-gnu' 'CC=cc' 'CFLAGS=-g -Wall -O2' 'LDFLAGS='
'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: ERC

Minor modes in effect:
  erc-track-mode: t
  erc-track-minor-mode: t
  erc-services-mode: t
  erc-ring-mode: t
  erc-notify-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-match-mode: t
  erc-log-mode: t
  erc-pcomplete-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-autojoin-mode: t
  erc-autoaway-mode: t
  shell-dirtrack-mode: t
  recentf-mode: t
  erc-smiley-mode: t
  erc-irccontrols-mode: t
  erc-noncommands-mode: t
  erc-readonly-mode: t
  erc-scrolltobottom-mode: t
  iswitchb-mode: t
  display-time-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<return> h t t p : / / d t o . f r e e s h e l l .
o r g / n o t e b o o k / <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> i m a g e s / s h o t . p n g <return>
t h e SPC <backspace> <backspace> <backspace> <backspace>
t h e y SPC l <backspace> n o SPC l l <backspace> <backspace>
C-a C-k h t t p : / / <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> c o
m p a r e SPC C-y <return> <C-tab> <C-tab> <C-tab>
<C-tab> <C-tab> <C-tab> s h o u l d SPC i SPC u s e
SPC M - x SPC r e p o r t - e m a c - s <backspace>
<backspace> s - b u g ? <return> <C-tab> M-x e e m
a <backspace> <backspace> <backspace> m a c s - v e
r s <tab> <return> <C-tab> <C-tab> a r e f <tab> C-a
C-k <C-tab> C-x b # # <return> h i SPC m w <tab> z
0 <tab> <return> <C-tab> M-x m <backspace> r e p o
r t - e m <tab> <return> b u <tab> <return>

Recent messages:
Tramp: Opening connection for dto@tty.freeshell.org using ssh...
Tramp: Waiting 60s for local shell to come up...
Tramp: Sending command `ssh tty.freeshell.org -l dto  -e none && exit || exit'
Tramp: Waiting for prompts from remote shell
Tramp: Sending password
Tramp: Found remote shell prompt on `tty.freeshell.org'
Wrote /ssh:dto@tty.freeshell.org:/arpa/af/d/dto/html/images/shot.png
Mark set
GNU Emacs 23.0.50.2 (i486-pc-linux-gnu, X toolkit) of 2007-11-16 on monad
Making completion list...

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

* Re: incorrect scroll bar rendering (--without-toolkit-scroll-bars)
  2007-11-17 19:50 incorrect scroll bar rendering (--without-toolkit-scroll-bars) David O'Toole
@ 2007-11-18 22:46 ` Richard Stallman
  2007-11-19 17:44   ` David O'Toole
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-11-18 22:46 UTC (permalink / raw)
  To: David O'Toole; +Cc: emacs-pretest-bug

    Let me know if there is anything i can do to help.

You can help by determining which change caused this to break.
A binary search thru the versions since the last one known not
to have this bug would do the job.

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

* Re: incorrect scroll bar rendering (--without-toolkit-scroll-bars)
  2007-11-18 22:46 ` Richard Stallman
@ 2007-11-19 17:44   ` David O'Toole
  0 siblings, 0 replies; 3+ messages in thread
From: David O'Toole @ 2007-11-19 17:44 UTC (permalink / raw)
  To: emacs-pretest-bug

The recent fix checked into CVS has fixed the scroll-bars for me.

On Nov 18, 2007 5:46 PM, Richard Stallman <rms@gnu.org> wrote:
>     Let me know if there is anything i can do to help.
>
> You can help by determining which change caused this to break.
> A binary search thru the versions since the last one known not
> to have this bug would do the job.
>

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

end of thread, other threads:[~2007-11-19 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-17 19:50 incorrect scroll bar rendering (--without-toolkit-scroll-bars) David O'Toole
2007-11-18 22:46 ` Richard Stallman
2007-11-19 17:44   ` David O'Toole

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).