"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
>> >
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
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
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
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
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
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
> 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
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
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
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
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
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
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
>
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
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?
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
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
>
>
>
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
[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
* 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
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
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
* 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/
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
[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
__
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
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 '
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
ПОДГОТОВЬ КОМПАНИЮ К СЕЗОНУНайди сотрудника
сейчас!СПЕЦИАЛЬНОЕ “СОЛНЕЧНОЕ” ПРЕДЛОЖЕНИЕ!
Программа по размещению информации о приеме на работу на стендах в подъездах
жилых домов с внутренней стороны.
В целях улучшения внешнего облика города, благоустройства подъездов домов
жилого фонда,
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
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)
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
33 matches
Mail list logo