Re: Making the width of three windows equal

2005-08-02 Thread Pascal Bourguignon
"Samuel" <[EMAIL PROTECTED]> writes: > Pascal Bourguignon wrote: >> > When opening multiple (three) vertically split windows by pressing C-x 3 >> > twice, one of the windows takes up 50% of the screen width and the other >> > two 25% each. I am looking for an equivalent to what C-x + does for >> >

Re: Making the width of three windows equal

2005-08-02 Thread Samuel
Pascal Bourguignon wrote: > > When opening multiple (three) vertically split windows by pressing C-x 3 > > twice, one of the windows takes up 50% of the screen width and the other > > two 25% each. I am looking for an equivalent to what C-x + does for > > horizontally split windows, that is, making

Re: Making the width of three windows equal

2005-08-02 Thread Pascal Bourguignon
Samuel <[EMAIL PROTECTED]> writes: > Hello, > > When opening multiple (three) vertically split windows by pressing C-x 3 > twice, one of the windows takes up 50% of the screen width and the other > two 25% each. I am looking for an equivalent to what C-x + does for > horizontally split windows, th

Making the width of three windows equal

2005-08-02 Thread Samuel
Hello, When opening multiple (three) vertically split windows by pressing C-x 3 twice, one of the windows takes up 50% of the screen width and the other two 25% each. I am looking for an equivalent to what C-x + does for horizontally split windows, that is, making each of them take up 33% of the t

Re: igrep on remote files with tramp?

2005-08-02 Thread Kevin Rodgers
Kevin Rodgers wrote: > Daniel Berdine wrote: > > In any case, being able to run remote processes with tramp would be > great. > > It turns out that ange-ftp provides file name handlers for > shell-command, which uses remote-shell-program (e.g. /bin/remsh) to > execute the command on the other ho

Re: Read man page in Emacs - woman bug?

2005-08-02 Thread Lennart Borgman
Eli Zaretskii wrote: Date: Tue, 02 Aug 2005 11:32:42 +0200 From: Lennart Borgman <[EMAIL PROTECTED]> Cc: help-gnu-emacs@gnu.org "M-x woman" can work on MS Windows too with GnuWin32 utilities. You then have to add the GnuWin23 man path to `woman-manpath'. Did you try that? GnuWin23 dist

Re: igrep on remote files with tramp?

2005-08-02 Thread Kevin Rodgers
Daniel Berdine wrote: > On Thu, 28 Jul 2005 15:28:54 -0400, Kevin Rodgers wrote > (in article <[EMAIL PROTECTED]>): > > igrep only supports ange-ftp (and efs) to the extent that the > > igrep-visited-files and Buffer-menu-igrep commands explicitly ignore > > remote files. > > > > To properly suppo

Re: Read man page in Emacs

2005-08-02 Thread Eli Zaretskii
> Date: Tue, 02 Aug 2005 11:32:42 +0200 > From: Lennart Borgman <[EMAIL PROTECTED]> > Cc: help-gnu-emacs@gnu.org > > "M-x woman" can work on MS Windows too with GnuWin32 utilities. You then > have to add the GnuWin23 man path to `woman-manpath'. Did you try that? GnuWin23 distros have an unfort

Re: searching for non ascii characters

2005-08-02 Thread Peter Dyballa
Am 02.08.2005 um 22:27 schrieb Radomir Hejl: Hello, when in a text mode, I usually use input method. I am able to find any character with C-s. After saving and reading the file from a disc non ascii characters cannot be found. When I do C-u C-x C-= on non ascii char before saving I see a cha

searching for non ascii characters

2005-08-02 Thread Radomir Hejl
Hello, when in a text mode, I usually use input method. I am able to find any character with C-s. After saving and reading the file from a disc non ascii characters cannot be found. When I do C-u C-x C-= on non ascii char before saving I see a charset latin-iso8859-2. Doing C-u C-x C-= after saving

Re: recentf: abbreviate paths? tilde for home folder?

2005-08-02 Thread Reiner Steib
On Tue, Aug 02 2005, Kevin Rodgers wrote: > Reiner Steib wrote: [...] > > (defun rs-recentf-filename-handler (name) > > (replace-regexp-in-string (concat "\\`" (expand-file-name "~")) "~" > name)) > > (setq recentf-filename-handler 'rs-recentf-filename-handler) > > Why not just (setq rec

Re: Making recentf-menu-filter a list

2005-08-02 Thread Reiner Steib
On Mon, Aug 01 2005, Jochen Küpper wrote: > Reiner Steib <[EMAIL PROTECTED]> writes: > >> (setq recentf-menu-filter 'recentf-show-basenames) or >> `M-x customize-variable RET recentf-menu-filter RET' > > Could recentf-menu-filter be change into list of filter functions, so > that one could write t

Re: recentf: abbreviate paths? tilde for home folder?

2005-08-02 Thread Kevin Rodgers
Reiner Steib wrote: > On Mon, Aug 01 2005, David Reitter wrote: >>At least, I'd like to be able to replace my home folder with a tilde where >>possible. > > (defun rs-recentf-filename-handler (name) > (replace-regexp-in-string (concat "\\`" (expand-file-name "~")) "~" name)) > (setq recentf

Re: how to create dedicated buffers every time emacs starts?

2005-08-02 Thread Kevin Rodgers
Angelina Carlton wrote: > I would like to create a dictionary buffer, an info buffer and a man page > buffer so that each time I do M-x dictionary, M-x info or M-x man > it goes into the assigned buffer. > > Is something like this what i need? (doesn't work) > (setq special-display-buffer-names >

Re: Font and Window Size in emacs

2005-08-02 Thread Kevin Rodgers
Peter Dyballa wrote: > Am 01.08.2005 um 17:54 schrieb Joe Hesse: >> Do I have to do all of the above just to get 14 pt font instead of the >> default 12 pt? > > No, of course not. But it's so rare that one size fits all wants ... and > it's just some practise with replace-string or replace-regexp

Re: reading a big file

2005-08-02 Thread kgold
Saravanan Manickanainar Dakshinamoorthy <[EMAIL PROTECTED]> writes: > >I am using emacs version 21.3 on solaris. When i tried to read a text > file of size 4MB, it takes > almost a minute or more. When i read the same file with vi it is read > very fast. Is there a way > to make this fast?

Re: modify syntax highlighting in auctex

2005-08-02 Thread Reiner Steib
On Tue, Aug 02 2005, Ralf Angeli wrote: > * Reiner Steib (2005-08-02) writes: [ sectioning-3-keywords for \frametitle ] > Do other LaTeX classes for producing slides have special macros for > titles as well? Don't know. I only use beamer for slides. > In this case we could add a new keyword

automatic expansion of multipart MIME messages

2005-08-02 Thread makwak
The issue is closed. I managed that by adding "multipart" to variables: vm-mime-internal-content-types vm-auto-displayed-mime-content-types greetings makwak writes: > Hello > is it possible to automatically expand multipart messages to elements they > contain ? > Greetings > > >

automatic expansion of multipart MIME messages

2005-08-02 Thread makwak
Hello is it possible to automatically expand multipart messages to elements they contain ? Greetings ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: emacs install location from lisp?

2005-08-02 Thread Jason Rumney
[EMAIL PROTECTED] writes: > How can I obtain the emacs install location from within lisp? > I'd like to add some additional subdirs within the lisp/ directory to > my load path. Firstly, you shouldn't need to. All subdiricetories should be automatically added to the load-path at startup. Secondl

Re: modify syntax highlighting in auctex

2005-08-02 Thread Ralf Angeli
* Reiner Steib (2005-08-02) writes: > The following patch (against current CVS [1]) for style/beamer.sty > enables \subsection-like highlighting of \frametitle: [...] > + (add-to-list 'font-latex-match-sectioning-3-keywords-local "frametitle") Do other LaTeX classes for producing slides have

interprogram-cut/paste-functions

2005-08-02 Thread Björn Lindström
I'm trying to get my text mode Emacs session to interoperate with my X clipboard, using xsel (http://www.vergenet.net/~conrad/software/xsel/). The following sort of works, except that when I yank something in Emacs, the empty string gets pushed to kill-ring. I suspect that I misunderstand when int

Re: modify syntax highlighting in auctex

2005-08-02 Thread Reiner Steib
On Tue, Aug 02 2005, Fabian Braennstroem wrote: > all I want to modify syntax highlighting in auctex for the > use of beamer documents. Each frame/slide starts with the keyword > 'frametitle' and now I want that is has the same style like the > 'subsection' keyword, but with a different color, e.g

Re: modify syntax highlighting in auctex

2005-08-02 Thread Ralf Angeli
* Fabian Braennstroem (2005-08-02) writes: > all I want to modify syntax highlighting in auctex The manual explains how to do this, see (info "(auctex)Font Locking"). -- Ralf ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/

Re: Problem with UNIX/DOS issue on Emacs for Windows

2005-08-02 Thread exits funnel
Thanks Jason. I never was able to figure out why Emacs thought the file was a UNIX file, but in any case the steps you provided got the file straightened out. Thanks agains. -exits --- [EMAIL PROTECTED] wrote: > exits funnel <[EMAIL PROTECTED]> writes: > > > So, what's going on? On what does

Re: emacs install location from lisp?

2005-08-02 Thread Lennart Borgman
[EMAIL PROTECTED] wrote: How can I obtain the emacs install location from within lisp? I'd like to add some additional subdirs within the lisp/ directory to my load path. Something akin to: (add-to-list load-path (concat emacs-location "lisp/jabber")) exec-directory __

emacs install location from lisp?

2005-08-02 Thread GGarramuno
How can I obtain the emacs install location from within lisp? I'd like to add some additional subdirs within the lisp/ directory to my load path. Something akin to: (add-to-list load-path (concat emacs-location "lisp/jabber")) ___ Help-gnu-emacs mailing

modify syntax highlighting in auctex

2005-08-02 Thread Fabian Braennstroem
Hi, all I want to modify syntax highlighting in auctex for the use of beamer documents. Each frame/slide starts with the keyword 'frametitle' and now I want that is has the same style like the 'subsection' keyword, but with a different color, e.g. green. I found in 'font-latex.el' the part where '

Re: Read man page in Emacs

2005-08-02 Thread Lennart Borgman
Tim X wrote: You have two choices M-x man and M-x woman "M-x woman" can work on MS Windows too with GnuWin32 utilities. You then have to add the GnuWin23 man path to `woman-manpath'. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org ht

информация на стендах в подъездах жилых домов

2005-08-02 Thread Lenny Vigil
ПОДГОТОВЬ КОМПАНИЮ К СЕЗОНУНайди сотрудника сейчас!СПЕЦИАЛЬНОЕ “СОЛНЕЧНОЕ” ПРЕДЛОЖЕНИЕ! Программа по размещению информации о приеме на работу на стендах в подъездах жилых домов с внутренней стороны.  В целях улучшения внешнего облика города, благоустройства подъездов домов жилого фонда,

Re: Read man page in Emacs

2005-08-02 Thread Tim X
Steven Woody <[EMAIL PROTECTED]> writes: > while i can read info in Emacs, how to i read a man page in Emacs? > > -- > steven woody (id: narke) > > Pepper...is hot and scorches, just like the sun > > - Politiki kouzina (2003) You have two choices M-x man and M-x woman Tim -- Tim

Re: Read man page in Emacs

2005-08-02 Thread Peter Dyballa
Am 01.08.2005 um 18:06 schrieb Steven Woody: while i can read info in Emacs, how to i read a man page in Emacs? -- Greetings Pete We are usually convinced more easily by reasons we have found ourselves than by those which have occurred to others. (Blaise Pascal)

Licitação & Contratação/Rio de Janeir o

2005-08-02 Thread NTT-Treinamento Avançado
  Caso não consiga visualizar esta mensagem, clique aqui          ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs