emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TTY frames parameters


From: Eli Zaretskii
Subject: TTY frames parameters
Date: Sun, 24 Aug 2008 23:39:37 +0300

There's a strange subtle difference between the first tty frame
created on a default terminal and all the other frames: the first one
has its `tty' association with nil cdr, while the rest have
"/dev/tty".  Is that a bug?

To reproduce:

  emacs -Q -nw
  M-: (frame-parameter (selected-frame) 'tty) RET => nil
  C-x 5 b foo
  M-: (frame-parameter (selected-frame) 'tty) RET => "/dev/tty"

You will also see that in the initial frame, (frame-parameters)
returns an alist that contains `(tty)', not `(tty . "/dev/tty")' as in
the other frames.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]