]> git.eshelyaron.com Git - emacs.git/commit
Display show-paren-context-when-offscreen in child frame
authorTassilo Horn <tsdh@gnu.org>
Sun, 6 Feb 2022 10:10:08 +0000 (11:10 +0100)
committerTassilo Horn <tsdh@gnu.org>
Sun, 6 Feb 2022 10:10:08 +0000 (11:10 +0100)
commit6e5d79c048c6009c925f8d8f59b3b3e062ffc9d4
treed7f88c13b8ce9a2b593ed69921fc00b723006322
parent372d0e0cc1fccddea94b6eebfb59967221a70778
Display show-paren-context-when-offscreen in child frame

* etc/NEWS: Extend section about the new
`show-paren-context-when-offscreen' custom option.
* lisp/paren.el (show-paren-context-when-offscreen): Allow special
value `child-frame'.
(show-paren-function): Handle `child-frame' value of
`show-paren-context-when-offscreen'.
(show-paren--context-child-frame): New defvar.
(show-paren--context-child-frame-redirect-focus): New function.
(show-paren--context-child-frame-buffer): New function.
(show-paren--context-child-frame-parameters): New defvar.
(show-paren--delete-context-child-frame): New function.
(show-paren--show-context-in-child-frame): New function.
etc/NEWS
lisp/paren.el