all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: John Yates <john@yates-sheets.org>
Cc: emacs-devel@gnu.org
Subject: Re: Emphasizing the top of the frame
Date: Tue, 25 Oct 2016 21:27:23 +0300	[thread overview]
Message-ID: <83zilsuvw4.fsf@gnu.org> (raw)
In-Reply-To: <CAJnXXojL8Zza-M33oE4Qj6Y_7g5CTxaE=iw6Ex3Nt_5mrMDTnA@mail.gmail.com> (message from John Yates on Tue, 25 Oct 2016 13:53:32 -0400)

> From: John Yates <john@yates-sheets.org>
> Date: Tue, 25 Oct 2016 13:53:32 -0400
> 
> I really would like to be able to specify that
> * the mini-buffer should be positioned at the top of the inner-frame
> * the mode-line should be the very first line in a window, rather than the last
> 
> Since this is a personal itch I am willing to starting poking at the code on my own. That said this will be my
> first foray into the emacs .c sources. Pointers and/or suggested lines of attack very welcome.

The relevant places to look are xdisp.c, dispnew.c, and dispextern.h.
IOW, the Emacs display engine.  It currently _knows_ that the
minibuffer is at bottom and that the mode line is the last screen line
of any window.  See, for example, the macro MATRIX_MODE_LINE_ROW in
dispextern.h.

Don't hesitate to ask more questions: this might sound like a simple
project, but it can be much harder if you don't know where to look.

Good luck, and thanks in advance for working on this.



  parent reply	other threads:[~2016-10-25 18:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25 17:53 Emphasizing the top of the frame John Yates
2016-10-25 18:04 ` Clément Pit--Claudel
2016-10-25 18:06 ` Drew Adams
2016-10-25 18:27 ` Eli Zaretskii [this message]
2016-10-25 18:40   ` Eli Zaretskii
2016-10-26  8:10     ` martin rudalics
2016-10-26 12:00       ` Eli Zaretskii
2016-10-26 12:31         ` martin rudalics
2016-10-26 13:13           ` Eli Zaretskii
2016-10-26 14:23             ` martin rudalics
2016-10-26 14:58               ` Eli Zaretskii
2016-10-26 17:56                 ` martin rudalics
2016-10-26 18:40                   ` Eli Zaretskii
2016-10-26 18:51                     ` Eli Zaretskii
2016-10-26 19:26                       ` Paul Eggert
2016-10-26 20:18                         ` Stefan Monnier
2016-10-27 17:35                     ` martin rudalics
2022-04-08  1:48                       ` John Yates
2022-04-08 15:11                         ` martin rudalics
2022-04-09 14:47                           ` John Yates
2022-04-10  8:42                             ` martin rudalics
2022-04-10 14:50                               ` John Yates
2022-04-11  7:13                                 ` martin rudalics
2022-04-10 16:23                               ` [External] : " Drew Adams

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=83zilsuvw4.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=john@yates-sheets.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.
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.