emacs-devel
[Top][All Lists]
Advanced

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

Re: Several proposals, that I think will be helpful(or i dont know about


From: Constantin Kulikov
Subject: Re: Several proposals, that I think will be helpful(or i dont know about).
Date: Tue, 26 Nov 2013 18:19:17 +0400

OK.

Then when asking question:

(if (and (daemonp) (eq terminal-frame (selected-frame)))
    try searching for another frame to focus or defer ask-my-question
  ask-my-question)

For frame-list:

(defun my-frame-list ()
  (if (daemonp)
      (filtered-frame-list #'(lambda (f) (not (eq f terminal-frame))))
    (frame-list)))

Right ?


reply via email to

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