all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: shuddering initial frame, dump-emacs, source
Date: Mon, 01 Mar 2004 12:24:07 -0700	[thread overview]
Message-ID: <40438DD7.20203@yahoo.com> (raw)
In-Reply-To: mailman.813.1078105000.340.help-gnu-emacs@gnu.org

Joe Corneli wrote:
 > I got it working fine, thanks for your help.
 >
 > I think it is a little weird that you have to set the defaults in
 > two places.

You don't have to, you can do it either way.  It's just that your .emacs
file isn't loaded until the initial frame is created, so you have to use
X resources to avoid redisplaying the initial frame.

 > I also noticed the following: on the one hand, we have this:
 >
 > M-: (equal (scroll-bar-mode . (())) (scroll-bar-mode nil))
 > t
 >
 > But on the other hand, putting (scroll-bar-mode nil) into the
 > default-frame-alist causes the flickering appearance of a scroll
 > bar.  Is this a bug? How is Emacs detecting the fact that
 > (scroll-bar-mode nil) is not dotted?

It doesn't:

(foo . ()) == (foo . nil) == (foo)
(foo . (())) == (foo . (nil)) == (foo nil)

As far as I know, scroll-bar-mode is not a recognized frame parameter.
The defined frame parameters are vertical-scroll-bars,
horizontal-scroll-bars, scroll-bar-width, scroll-bar-foreground, and
scroll-bar-background.

Perhaps you are inadvertantly calling the scroll-bar-mode function,
which toggles the display of scroll bars when the FLAG argument is nil
(if you want to force them off, use a negative number e.g. -1).

-- 
Kevin Rodgers

       reply	other threads:[~2004-03-01 19:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.813.1078105000.340.help-gnu-emacs@gnu.org>
2004-03-01 19:24 ` Kevin Rodgers [this message]
2004-03-01  1:26 shuddering initial frame, dump-emacs, source Joe Corneli
     [not found] <mailman.727.1077941682.340.help-gnu-emacs@gnu.org>
2004-02-28 15:23 ` V. L. Simpson
  -- strict thread matches above, loose matches on Subject: below --
2004-02-28  4:14 Joe Corneli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40438DD7.20203@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.