From: Joost Diepenmaat <joost@zeekat.nl>
To: help-gnu-emacs@gnu.org
Subject: Re: Start-Up Loading of Speedbar
Date: Mon, 15 Sep 2008 17:58:42 +0200 [thread overview]
Message-ID: <87ej3lcsel.fsf@zeekat.nl> (raw)
In-Reply-To: nsvzk.319$pr6.149@flpi149.ffdc.sbc.com
"J. D. Leach" <jdleach04@sbcglobal.net> writes:
> Try to be easy with me folks, I'm VERY new to Emacs. What I would like
> to do is be able to have the Speedbar load and display when I start
> Emacs, instead of having to select it from the drop-down menu after
> Emacs loads.
>
> I have been very successful in finding answers to nearly all of my
> questions regarding the use, and configuration, of Emacs and it's
> associated programs by browsing the various sources of
> documentation. I have progressed to the point that I've even correctly
> set-up Gnus to read my news (that is how I am sending this
> missive). Unfortunately, this particular config. has got me flummoxed.
Any code in your .emacs file will get executed at startup. so just put
the following line in there:
;; open a new speedbar frame if there isn't one already
(speedbar-frame-mode 1)
that calls the function named "speedbar-frame-mode" with the argument 1
most of these kinds of extensive "options" are "modes", and modes get
switched on and off by calling functions instead of setting a variable,
for example (iow, this is not like most customization options).
> Any suggestions would be very much appreciated, and thank you in
> advance.
I found the name of the function above by doing
M-x describe-function <ENTER>
speedbar <TAB> <ENTER>
If you're not sure what to look for, you can also try
M-x apropros <ENTER>
speedbar <ENTER>
Also recommended:
http://www.emacswiki.org/cgi-bin/wiki/EmacsNewbie
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
prev parent reply other threads:[~2008-09-15 15:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-15 15:44 Start-Up Loading of Speedbar J. D. Leach
2008-09-15 15:54 ` Joost Kremers
2008-09-15 17:13 ` J. D. Leach
2008-09-15 17:36 ` Joost Diepenmaat
2008-09-15 17:54 ` Joost Kremers
2008-09-15 18:48 ` J. D. Leach
2008-09-15 15:58 ` Joost Diepenmaat [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ej3lcsel.fsf@zeekat.nl \
--to=joost@zeekat.nl \
--cc=help-gnu-emacs@gnu.org \
/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.
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).