all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: emacs-devel@gnu.org
Subject: Re: Some obsolete/unused/garbage things around window code?
Date: Tue, 10 Jan 2012 15:00:45 +0400	[thread overview]
Message-ID: <4F0C1A5D.7000205@yandex.ru> (raw)
In-Reply-To: <4F0C10D4.2000908@gmx.at>

On 01/10/2012 02:20 PM, martin rudalics wrote:

>  > 2) What's an idea behind sequence_number of window objects? It's
>  > initialized
>  > within make_window and make_parent_window, but used only in printing
>  > code.
>
> How else would we identify windows in printed notation? BTW I plan to
> make sequence numbers available in Elisp for 24.2.

For frames, C pointer value of 'struct frame' is used, i.e.:
...
sprintf (buf, " %p", XFRAME (obj));
...
Why it should be done in a different way for windows?

Dmitry



  reply	other threads:[~2012-01-10 11:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10  6:29 Some obsolete/unused/garbage things around window code? Dmitry Antipov
2012-01-10  8:40 ` Eli Zaretskii
2012-01-10 10:20 ` martin rudalics
2012-01-10 11:00   ` Dmitry Antipov [this message]
2012-01-10 12:14     ` martin rudalics

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=4F0C1A5D.7000205@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=emacs-devel@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.
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.