all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug? the position of scroll-bar
@ 2003-09-17 11:48 Masatake YAMATO
  2003-09-21  0:02 ` Kim F. Storm
  0 siblings, 1 reply; 7+ messages in thread
From: Masatake YAMATO @ 2003-09-17 11:48 UTC (permalink / raw)


After evaluating (scroll-bar-mode) twice, 
both (nth 2 (window-scroll-bars)) and (frame-parameter nil 'vertical-scroll-bars)
return t. So I cannot know the position of scroll-bar(left or right). I think
this is a bug.

`ruler-mode-left-scroll-bar-cols' in ruler-mode.el expects either (nth
2 (window-scroll-bars)) or (frame-parameter nil 'vertical-scroll-bars)
returns 'left or 'right if scroll bar is displayed. 

emacs -q

(progn 
  (scroll-bar-mode)			; disable
  (scroll-bar-mode)			; enable
  (cons (nth 2 (window-scroll-bars))
  	(frame-parameter nil 'vertical-scroll-bars)))
=> (t . t)

Masatake YAMATO

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

end of thread, other threads:[~2003-09-22 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 11:48 bug? the position of scroll-bar Masatake YAMATO
2003-09-21  0:02 ` Kim F. Storm
2003-09-21  5:51   ` Masatake YAMATO
2003-09-22  7:56     ` Kim F. Storm
2003-09-22  9:22       ` Masatake YAMATO
2003-09-22 12:23         ` Kim F. Storm
2003-09-21 22:34   ` Richard Stallman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.