Emacs Lisp Q Switch Emacs Frame Between Current Original
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.017 sec
Re: Emacs Lisp Q: Switch Emacs Frame Between Current/Original FVWM Desktop?     

Group: gnu.emacs.help · Group Profile · Search for Emacs Lisp Q Switch Emacs Frame Between Current Original in gnu.emacs.help
Author: Stefan Monnier
Date: Jul 21, 2007 20:33

... eval (progn (setq pop-up-frames t) (display-buffer "*Group*")) The ... new window, but no new frame will be created. That's ...-CVS startd with "emacs -Q", so either it's been fixed,...`display-buffer-function' to have emacs split windows horizontally by default...buffer-function nil) (pop-up-frames t)) (display-buffer <buffer>)) -- Stefan...
Show full article (0.77Kb) · Show article thread
Re: Emacs Lisp Q: Switch Emacs Frame Between Current/Original FVWM Desktop?     

Group: gnu.emacs.help · Group Profile · Search for Emacs Lisp Q Switch Emacs Frame Between Current Original in gnu.emacs.help
Author: Stefan Monnier
Date: Jul 20, 2007 21:29

... I eval (progn (setq pop-up-frames t) (display-buffer "*Group*")) The *Group... a new window, but no new frame will be created. That's not what I see with the trunk of Emacs-CVS startd with "emacs -Q", so either it's been fixed, or... config of yours. Try it with "emacs -Q" first. I think this is...I write a bug report with `report-emacs-bug'? Yes, starting from "...
Show full article (0.55Kb)
register-list.el --- Interactively list/edit registers     

Group: gnu.emacs.sources · Group Profile · Search for Emacs Lisp Q Switch Emacs Frame Between Current Original in gnu.emacs.sources
Author: Bastien
Date: Mar 9, 2008 11:30

.../edit registers ;; ;; Copyright 2008 Bastien Guerry ;; ;; Emacs Lisp Archive Entry ;; Filename: register-list....menu display. \\[register-list-tab] -- cycle between the key, the type and the...display the value strings with their original fontification. The default types are defined...(register-list ,typ ,register-list-current-fontification)))) (propertize (register-list-prepare-...
Show full article (22.09Kb)
register-list.el --- Interactively list/edit registers     

Group: gnu.emacs.sources · Group Profile · Search for Emacs Lisp Q Switch Emacs Frame Between Current Original in gnu.emacs.sources
Author: Bastien
Date: Mar 9, 2008 10:25

.../edit registers ;; ;; Copyright 2008 Bastien Guerry ;; ;; Emacs Lisp Archive Entry ;; Filename: register-list....menu display. \\[register-list-tab] -- cycle between the key, the type and the...display the value strings with their original fontification. The default types are defined...(register-list ,typ ,register-list-current-fontification)))) (propertize (register-list-prepare-...
Show full article (22.08Kb)
how NOT to remove trailing whitespace?     

Group: gnu.emacs.help · Group Profile · Search for Emacs Lisp Q Switch Emacs Frame Between Current Original in gnu.emacs.help
Author: funkyj
Date: Oct 6, 2006 15:46

... I've ASKED emacs to do this for me and I...nil) ;;;;;;;;;;;;;;;; ; don't add indentation between the closing paren ')' of a...vm-mutable-frames) ;; ) ;; (defun from-home-setup () ;; "initialize emacs for working...carriage-return characters from the current buffer" (interactive) (save-excursion (goto...info) (setq Info-directory-list-original Info-directory-list) ;;;; why does...
Show full article (23.84Kb)