Frame set
  Home FAQ Contact Sign in
Search only in:
alt.nuke.the.usa
 
Advanced search
MATCHING GROUPS



more...
Group Profile...
POPULAR GROUPS

more...

found 4465 articles for 0.027 sec
RE: Adding more columns to width of frame     

Author: Drew Adams
Date: Jul 8, 2008 22:36

... to resize the width of the frames. I am using Emacs v21.3...the R buffer. I handle data frames with many columns and although I...the width of the current frame: (set-frame-width nil 150) Or make...www.emacswiki.org/cgi-bin/wiki/frame-cmds.el Or use command `...' to fit a one-window frame to its buffer: http://www.emacswiki...know the buffer name, not the frame name, display the buffer, select ...
Show full article (1.51Kb) · Show article thread
Re: change font but not frame size?     

Author: David Reitter
Date: Dec 16, 2007 08:37

...I have some absurdly complex code in my .emacs that adjusts the frame size after setting the font size, in an attempt... as well - such as creating an invisible frame, setting the font there, reading out the resulting char-height, and then trying to set the new height of the frame and its new font in one go with modify-frame-parameters. It didn't work (on several levels!). Post...
Show full article (0.65Kb)
Re: set default font - globally     

Author: Joel J. Adamson
Date: Oct 19, 2007 08:42

....sauerland.de> writes: Hi! How can I set the default font for all current and future frames? set-default-font only applies to the current frame. (add-to-list 'default-frame-alist ... "dejavu sans mono")) (add-to-list 'default-frame-alist '(background-color . "black")) (add-to-list 'default-frame-alist '(foreground-color . "white")) Hi, I forgot to mention ...
Show full article (0.72Kb) · Show article thread
Re: set default font - globally     

Author: Amy Templeton
Date: Oct 19, 2007 08:11

Sebastian Kaps <seb@toyland.sauerland.de> wrote: How can I set the default font for all current and future frames? set-default-font only applies to the current frame. In your ~/.Xresources, just add one line: -----------------------------|CODE|-------------------------------- Emacs.font: -gnu-unifont-medium-r-normal--0-0...
Show full article (0.73Kb) · Show article thread
Re: set default font - globally     

Author: Joel J. Adamson
Date: Oct 19, 2007 06:36

....sauerland.de> writes: Hi! How can I set the default font for all current and future frames? set-default-font only applies to the current frame. (add-to-list 'default-frame-alist '(.... "dejavu sans mono")) (add-to-list 'default-frame-alist '(background-color . "black")) (add-to-list 'default-frame-alist '(foreground-color . "white")) Joel -- Joel J. Adamson ...
Show full article (0.54Kb) · Show article thread
set default font - globally     

Author: Sebastian Kaps
Date: Oct 19, 2007 00:30

Hi! How can I set the default font for all current and future frames? set-default-font only applies to the current frame. -- Ciao, Sebastian
Show full article (0.15Kb)
RE: fit-frame every time i open a file     

Author: Drew Adams
Date: Oct 15, 2007 13:54

...question, I get this: (fit-frame set-mode-style-after-make...definition. M-: (setq after-make-frame-functions nil) M-: (add-hook...the values of the fit-frame user options (e.g. `fit...it manually does resize the frame correctly. The above procedure is...are no other `after-make-frame-functions' present. If it does...the reasons I thought fit-frame would be better integrated). Yes...
Show full article (5.57Kb)
Re: fit-frame every time i open a file     

Author: Alex Deva
Date: Oct 15, 2007 13:12

...question, I get this: (fit-frame set-mode-style-after-make...from. :( M-: (setq after-make-frame-functions nil) M-: (add-hook...fit when I call fit-frame manually. The above procedure is...are no other `after-make-frame-functions' present. If it does...the reasons I thought fit-frame would be better integrated). Given...I know (empirically) what fit-frame does and what it doesn...
Show full article (7.01Kb)
Re: new frame for emacsclient-emacs (v22)     

Author: Allan Gottlieb
Date: Aug 29, 2007 14:38

...may do what you want: (defun server-make-frame-for-buffer (buffer) (if multiple-frames (let ((frame (make-frame))) (set-window-buffer (frame-selected-...-to-buffer buffer))) Thanks. I changed `multiple-frames' to `window-system' since sometimes the server emacs has only one frame. Shouldn't the existing customize choice "Display...
Show full article (2.09Kb) · Show article thread
Re: new frame for emacsclient-emacs (v22)     

Author: Allan Gottlieb
Date: Aug 29, 2007 10:05

... to a function that makes a frame and displays your buffer in it.... what you want: (defun server-make-frame-for-buffer (buffer) (if multiple-frames (let ((frame (make-frame))) (set-window-buffer (frame-...-buffer buffer))) Thanks. I changed `multiple-frames' to `window-system' since sometimes the server emacs has only one frame. Works very well; thanks again, ...
Show full article (0.98Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next