all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kala <p_andakarhu@hotmail.com>
Subject: Resizing and positioning Emacs main window and speedbar
Date: Wed, 12 Jul 2006 04:25:52 -0700 (PDT)	[thread overview]
Message-ID: <5286857.post@talk.nabble.com> (raw)


I allready posted this message once to the forum, but it had no child forum
so I think it went to wrong place and thus never reached the mailing list.
If this is not the case, then I'm sorry for the spam.

---

Hi all!

I'm new to emacs customising and I don't understand much Lisp.

Here's what I'd like to do:

When I open emacs, I'd like the main window to be positioned on the left
side of the window. The size of the window should be screenheight -
KDE-panel height (or maximum number of lines fitting in the screen) and the
width should be 80 characters.

Then I'd like the speedbar to be started automagically at launch time and it
should be attached right next to the main window (on the right side, that
is). The speedbar window should be the same height as the main window, and
the width could be for example 25 characters.

Now how do I edit my ~/.emacs-file?

Here's what I found from the net. It's a start, but not much more...

(add-to-list 'default-frame-alist
             '(height . 80)
             '(width . 80))

;;start speedbar if we're using a window system
(when window-system
  (speedbar t))



Thanks for your advice.
-- 
View this message in context: http://www.nabble.com/Resizing-and-positioning-Emacs-main-window-and-speedbar-tf1930321.html#a5286857
Sent from the Emacs - Help forum at Nabble.com.

             reply	other threads:[~2006-07-12 11:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-12 11:25 kala [this message]
2006-07-12 11:59 ` Resizing and positioning Emacs main window and speedbar Peter Dyballa
2006-07-12 13:03   ` kala
2006-07-12 17:54     ` Peter Dyballa

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=5286857.post@talk.nabble.com \
    --to=p_andakarhu@hotmail.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.