unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* The ugly scrollbar of emacs 21.3.50.2
@ 2004-05-17  0:49 Ding Lei
  2004-05-17  5:51 ` Eli Zaretskii
       [not found] ` <mailman.5721.1084769416.1061.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Ding Lei @ 2004-05-17  0:49 UTC (permalink / raw)


Hello Folks,
	I was previously a Vimmer, just (preparing) to convert to emacs...
I am using emacs 21.3.50.2, compiled from the cvs source around april, with gtk2 toolkit.
Basically using emacs for java development with JDEE & Ecb. Though both of them two often shows this or that error complaining things like "symbol void/not found" , but anyway.. that's ok. 
The most unbearable thing is the ugly big scrollbar(splitline) between buffers(directory buffer, source buffer, method buffer). They take too much screen space, I would prefer a thin ascii char splitline in VIM.
	Any way to customize the scrollbar in emacs?

	Thank you!

	
	


-- 
Regards,

<((         D i n g    L e i         ))))))>>
 ||                                      ||
 || Ext: 8102                            ||
 || Email: <dinglei [A] ipanel [O] cn>   ||
 || Dept. Of Technology/Engineering      ||
 || Embedded Information Services Inc.   ||
 ||                                      ||
<((((((    =====================     )))))>>>
	
If there are epigrams, there must be meta-epigrams.

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

* Re: The ugly scrollbar of emacs 21.3.50.2
  2004-05-17  0:49 Ding Lei
@ 2004-05-17  5:51 ` Eli Zaretskii
       [not found] ` <mailman.5721.1084769416.1061.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2004-05-17  5:51 UTC (permalink / raw)


> Date: Mon, 17 May 2004 08:49:06 +0800
> From: Ding Lei <dinglei@ipanel.cn>
> 
> The most unbearable thing is the ugly big scrollbar(splitline) between buffers(directory buffer, source buffer, method buffer). They take too much screen space, I would prefer a thin ascii char splitline in VIM.
> 	Any way to customize the scrollbar in emacs?

Do you really mean the scrollbar, the vertical one that is on the
right or left of a buffer's display (called ``a window'', btw)?  Or do
you mean the horizontal separator between windows, the one below the
displayed text, where you see the buffer's name, the current line
number, etc.?

For the former: (scroll-bar-mode -1) will turn off scroll bars.

For the latter: no, you cannot disable it, nor make it a single thin
line.  About the only thing I know of that can help you is to
customize the `mode-line' face to use a smaller font.

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

* Re: The ugly scrollbar of emacs 21.3.50.2
       [not found] <mailman.5694.1084754538.1061.help-gnu-emacs@gnu.org>
@ 2004-05-17 21:43 ` Jesper Harder
  0 siblings, 0 replies; 6+ messages in thread
From: Jesper Harder @ 2004-05-17 21:43 UTC (permalink / raw)


Ding Lei <dinglei@ipanel.cn> writes:

> The most unbearable thing is the ugly big scrollbar(splitline)
> between buffers(directory buffer, source buffer, method
> buffer). They take too much screen space, I would prefer a thin
> ascii char splitline

Since you're using the GTK, it should be possible to change the size
of scroll bar in your ~/.emacs.d/gtkrc.

Don't ask me how, but some of the GTK themes do it, so you can
probably figure it out by looking at them.

-- 
Jesper Harder                                <http://purl.org/harder/>

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

* Re: The ugly scrollbar of emacs 21.3.50.2
       [not found] ` <mailman.5721.1084769416.1061.help-gnu-emacs@gnu.org>
@ 2004-05-18  0:02   ` Miles Bader
  2004-05-18  2:55     ` Ding Lei
  0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2004-05-18  0:02 UTC (permalink / raw)


Eli Zaretskii <eliz@gnu.org> writes:
>  Or do you mean the horizontal separator between windows, the one
> below the displayed text, where you see the buffer's name, the current
> line number, etc.?
...
> For the latter: no, you cannot disable it, nor make it a single thin
> line.  About the only thing I know of that can help you is to
> customize the `mode-line' face to use a smaller font.

Actually you _can_ disable it in Emacs 21:  (setq-default mode-line-format nil)

I wouldn't recommend it though -- you won't be able to eaily tell where
one window ends and the next begins, there's not even a thin line or
anything.

-Miles
-- 
P.S.  All information contained in the above letter is false,
      for reasons of military security.

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

* Re: The ugly scrollbar of emacs 21.3.50.2
  2004-05-18  0:02   ` Miles Bader
@ 2004-05-18  2:55     ` Ding Lei
  2004-05-18  7:14       ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Ding Lei @ 2004-05-18  2:55 UTC (permalink / raw)


Thank you very much for both of your help!
btw. How to apply for an email address ends with @gnu.org ? that's really cool! ^_^

On Tue, May 18, 2004 at 09:02:24AM +0900, Miles Bader wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
> >  Or do you mean the horizontal separator between windows, the one
> > below the displayed text, where you see the buffer's name, the current
> > line number, etc.?
> ...
> > For the latter: no, you cannot disable it, nor make it a single thin
> > line.  About the only thing I know of that can help you is to
> > customize the `mode-line' face to use a smaller font.
> 
> Actually you _can_ disable it in Emacs 21:  (setq-default mode-line-format nil)
> 
> I wouldn't recommend it though -- you won't be able to eaily tell where
> one window ends and the next begins, there's not even a thin line or
> anything.
> 
> -Miles
> -- 
> P.S.  All information contained in the above letter is false,
>       for reasons of military security.
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 

-- 
Regards,

<((         D i n g    L e i         ))))))>>
 ||                                      ||
 || Ext: 8102                            ||
 || Email: <dinglei [A] ipanel [O] cn>   ||
 || Dept. Of Technology/Engineering      ||
 || Embedded Information Services Inc.   ||
 ||                                      ||
<((((((    =====================     )))))>>>
	
Message will arrive in the mail.  Destroy, before the FBI sees it.

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

* Re: The ugly scrollbar of emacs 21.3.50.2
  2004-05-18  2:55     ` Ding Lei
@ 2004-05-18  7:14       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2004-05-18  7:14 UTC (permalink / raw)


> Date: Tue, 18 May 2004 10:55:40 +0800
> From: Ding Lei <dinglei@ipanel.cn>
> 
> btw. How to apply for an email address ends with @gnu.org ?

We both actually have an account on GNU project machines.  You need to
be active contributor to one or more GNU projects to get that.

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

end of thread, other threads:[~2004-05-18  7:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5694.1084754538.1061.help-gnu-emacs@gnu.org>
2004-05-17 21:43 ` The ugly scrollbar of emacs 21.3.50.2 Jesper Harder
2004-05-17  0:49 Ding Lei
2004-05-17  5:51 ` Eli Zaretskii
     [not found] ` <mailman.5721.1084769416.1061.help-gnu-emacs@gnu.org>
2004-05-18  0:02   ` Miles Bader
2004-05-18  2:55     ` Ding Lei
2004-05-18  7:14       ` Eli Zaretskii

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