Re: vim mode for emacs?

2005-02-26 Thread [EMAIL PROTECTED]
David Kastrup wrote: > Paul Tremblay <[EMAIL PROTECTED]> writes: > >> I hope this question doesn't sound too funny, but is there a vim >> mode for emacs? I remember reading on an email list that one could >> set up emacs so it would operate like vim--that is, you could hit >> the j key and move u

Re: vim mode for emacs?

2005-02-26 Thread David Kastrup
Paul Tremblay <[EMAIL PROTECTED]> writes: > I hope this question doesn't sound too funny, but is there a vim > mode for emacs? I remember reading on an email list that one could > set up emacs so it would operate like vim--that is, you could hit > the j key and move up one line, hit the k key and

vim mode for emacs?

2005-02-26 Thread Paul Tremblay
I hope this question doesn't sound too funny, but is there a vim mode for emacs? I remember reading on an email list that one could set up emacs so it would operate like vim--that is, you could hit the j key and move up one line, hit the k key and move on one line, and so on. I am coming from the

Re: How can I add space between operands and operator in emacs?

2005-02-26 Thread Zhou Lei
Ok, I'd better use M-| astyle to do that rather than using emacs... Thanks for your explanation. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: compile-command customisation

2005-02-26 Thread Stefan Monnier
> This is what I've been using: > (global-set-key (kbd "C-") #'(lambda () > (interactive) > (find-file "~/.emacs.el"))) > Is this "wrong", and why? No, it's not wrong. while strictly speaking it's calling find-file from elisp,

–¢³‘øL¦@y‘¦”[Ig•ªØ•s—vƒvƒŠƒyƒCƒhŒg‘сIz

2005-02-26 Thread プリペ屋さん
(BƒŽ–‹ÆŽÒ„ƒvƒŠƒy‰®‚³‚ñ@ (B[EMAIL PROTECTED] (Bƒ•\‹LƒŠƒ“ƒN„http://www.freewebs.com/pjhyouji/ (B- (B (B„¬„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„±„ª„­ (B„«š„«g„«•ª„«Ø„«•s„«—v„«š„«ƒv „«ƒŠ„«ƒy„«Œg„«‘Ñ„«

LiSu Chinese Font on Windows

2005-02-26 Thread Tx. T
hi, I like to use LiSu Chinese Font on Windows for Big5 editing, but, Emacs does not seem to allow me to use that font specifically. I can use LiSu font in GB OK. But, when I switch to Big5, it does not work. Any help will be greatly appreciated. Thanks! --- Tx. T ___

mouse in console

2005-02-26 Thread Olive
Hello, My mouse does not work in emacs in the linux console. It works perfectly in a xterm (with wterm-mouse-mode) and the mouse works well in mc both in xterm and in the console; so I think gpm is set correctly. Anyone has an idea? Olive ___ Help-gnu

Re: compile-command customisation

2005-02-26 Thread Steinar Børmer
Stefan Monnier wrote: | > (if (file-exists-p "Makefile") | > (progn | > (find-file "Makefile") | | Never call `find-file' from elisp. | Instead, use (with-current-buffer (find-file-noselect "Makefile") ...). I assume the reason is because find-file is mean

Re: compile-command customisation

2005-02-26 Thread Steinar Børmer
Stefan Monnier wrote: | > (if (file-exists-p "Makefile") | > (progn | > (find-file "Makefile") | | Never call `find-file' from elisp. | Instead, use (with-current-buffer (find-file-noselect "Makefile") ...). I assume the reason is because find-file is mean

Re: How can I add space between operands and operator in emacs?

2005-02-26 Thread B.T. Raven
"Zhou Lei" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi friends, how can I add a space between operands and operator, like this: from > "a=c+++3;" to "a = c++ + 3;"? I use GNU Indent for C code, but GNU Indent cannot > deal with something for C++. What should I do? Thanks. M

Re: emacs with shell and file

2005-02-26 Thread Thien-Thi Nguyen
Thomas Abendbrodt <[EMAIL PROTECTED]> writes: > a file and with a > shell, one in each window. you can try: emacs FILE -f split-window-vertically -f shell thi ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listin

Re: Compiling Emacs with GTK

2005-02-26 Thread Stefan Daschek
"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> There is a excellent windows binary cvs emacs distribution available >> at http://nqmacs.sourceforge.net/. > > Actually, the binary on nqmacs is quite outdated. Whoever maintains > that should probably release a newer binary ASAP. New binaries are p

バイブで絶頂!濡れすぎマンマン☆

2005-02-26 Thread おねだりエッチ♪
¬¬¬¬¬¬¬¬¬ [EMAIL PROTECTED]@â ¬¬¬¬¬¬¬¬ „ª™‰Âˆ¤‚¢‚ ‚ÌŽq‚̐ゴ‚í‚聙„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª„ª [EMAIL PROTECTED]@[EMAIL PROTECTED]@ƒfƒB[ƒv‚ŃtƒFƒeƒBƒbƒVƒ…‚ÈŠé‰æ·‚肾‚­‚³‚ñô cccccccccccccccccccc [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTE

Re: perl-mode

2005-02-26 Thread Peter J. Acklam
Dietmar Kehr <[EMAIL PROTECTED]> wrote: > I would like to run the file opend in a buffer with perl, > where the error messages are shown in a seperate > emacs buffer. How is this possible? > I didn't find it with C-h f perlmode. I don't know of a separate function, but you could always use

Re: Compiling Emacs with GTK

2005-02-26 Thread David Kastrup
nfreimann <[EMAIL PROTECTED]> writes: > David Hansen wrote: > >>Is it that difficult to ./configure --with-x-toolkit=gtk ? > > David, imagine for a moment, that there are *some* users out there > who are not familiar with "C" development, having not all > development libraries installed, or are ot

Re: Compiling Emacs with GTK

2005-02-26 Thread David Hansen
On Sat, 26 Feb 2005 17:05:43 +0100 nfreimann wrote: > David Hansen wrote: > >> >> >>Is it that difficult to ./configure --with-x-toolkit=gtk ? >> > David, imagine for a moment, that there are *some* users out there who > are not familiar with "C" development, having not all development > librari

Re: Compiling Emacs with GTK

2005-02-26 Thread Eli Zaretskii
> From: nfreimann <[EMAIL PROTECTED]> > Date: Sat, 26 Feb 2005 16:09:02 +0100 > > latest release is 21.3.50.1-20050130 dated to January 30ths, 2005, > what is pretty recent. Eli you should visit nqemacs site more > frequently. Given that they update the binary once in about 6 months, and even the

Re: Compiling Emacs with GTK

2005-02-26 Thread nfreimann
David Hansen wrote: Is it that difficult to ./configure --with-x-toolkit=gtk ? David, imagine for a moment, that there are *some* users out there who are not familiar with "C" development, having not all development libraries installed, or are otherwise unwilling doing time consuming builds.

emacs with shell and file

2005-02-26 Thread Thomas Abendbrodt
Salut, if I use emacs file1 file2 emacs opends with two windows, one for each file buffer. I'd like to start emacs with a file and with a shell, one in each window. Best wishes. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org htt

perl-mode

2005-02-26 Thread Dietmar Kehr
I would like to run the file opend in a buffer with perl, where the error messages are shown in a seperate emacs buffer. How is this possible? I didn't find it with C-h f perlmode. Thanks, dk ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org ht

Re: Compiling Emacs with GTK

2005-02-26 Thread David Hansen
On Sat, 26 Feb 2005 01:13:20 +0100 (CET) nfreimann wrote: > Why not supporting a binary cvs gtk2-emacs > for linux at ftp.gnu or sourceforge.net? Whats the > problem with that? Is it that difficult to ./configure --with-x-toolkit=gtk ? David ___ Help-g

Re: Compiling Emacs with GTK

2005-02-26 Thread nfreimann
>Actually, the binary on nqmacs is quite outdated. Whoever maintains >that should probably release a newer binary ASAP. latest release is 21.3.50.1-20050130 dated to January 30ths, 2005, what is pretty recent. Eli you should visit nqemacs site more frequently. -- Regards -NF _

Re: guile-emacs dead ?

2005-02-26 Thread Chris Smith
> Bruce Stephens <[EMAIL PROTECTED]> writes: > William Xuuu <[EMAIL PROTECTED]> writes: >> I found some discussions about guile-emacs by google, which >> seems very exciting, 'cause i love scheme. While, there's >> really nothing on its homepage. Is it dead ? > Probably.

Re: Compiling Emacs with GTK

2005-02-26 Thread Eli Zaretskii
> From: August <[EMAIL PROTECTED]> > Date: Sat, 26 Feb 2005 02:40:38 +0100 > > > There is a excellent windows binary cvs emacs > > distribution available at > > http://nqmacs.sourceforge.net/. Its the best windows > > emacs ever. > > Unfortunately, this release "still" uses the old-style scrollb

Re: Compiling Emacs with GTK

2005-02-26 Thread Eli Zaretskii
> Date: Sat, 26 Feb 2005 01:13:20 +0100 (CET) > From: nfreimann <[EMAIL PROTECTED]> > > Clearly spoken, emacs without gkt and advanced windows support is > outdated. Its looks anachronistic and behaves crippled People who are unhappy with the rate of Emacs releases (and with pace of Emacs develo

Re: compile-command customisation

2005-02-26 Thread Daniel Wright
Stefan Monnier wrote: Thanks a lot for the tip! It did seem a bit over zealous to hop around from file to file. But the way you use "never" makes me think, that it is more than just common sense - is there another reason too? `find-file' may fail in the case where the current window does not allow

Re: Reading HTML mails with gnus

2005-02-26 Thread [EMAIL PROTECTED]
Rodolfo wrote: > In order to read with Gnus that kind of mails > such as Internet adverts (is that HTML mails?), > I was suggested to install w3m-el (an interface of w3m). > After some difficulties I managed to get the installation up to end, > but still can't read HTML images via gnus. > What am

Re: full path of file in bottom left of emacs

2005-02-26 Thread Olive
Stefan Monnier wrote: In the bootom left of emacs; it is written the name of the file corresponding to the file we are actually visiting. I wonder if it is possible to have to full path displayed instead of just the base file name. C-h v uniquify-buffer-name-style RET Stefan It does not do

Re: specifying the location of auto-save files

2005-02-26 Thread Glenn Morris
Michael Powe wrote: > What controls the location into which auto-save files (#test.c#, e.g.) > are placed? [...] > The reason is, I'm having a problem with an installed version of 21.3 > on gentoo linux. It is trying to save to a non-existent directory > when I am editing files remotely. auto-sa

Re: How to bind pop up menu to a key?

2005-02-26 Thread Neon Absentius
On Mon, Feb 21, 2005 at 10:16:30PM -0800, rgb wrote: > Between this function and the Emacs Lisp Reference manual you can > probably find a way to create the appropriate event. > > (defun event-test (event) > (interactive "@e") > (message "Event = %s" event) > ) > (global-set-key [S-mouse-3] '

Re: full path of file in bottom left of emacs

2005-02-26 Thread Steinar Børmer
Stefan Monnier wrote: | > | C-h v uniquify-buffer-name-style RET | | > I don't have that variable, neither in 22.0.50 nor 21.3.2. Where is | > it defined? | | You may have to (require 'uniquify) first. IIRC It's been there since | Emacs-20. Indeed, thanks. However, uniquify.el dates from the

Re: Compiling Emacs with GTK

2005-02-26 Thread Thien-Thi Nguyen
August <[EMAIL PROTECTED]> writes: > Unfortunately, this release "still" uses the old-style > scrollbar. What we want is a Windows XP scrollbar in Windows XP. well, the first step is to know yourself. that's good. now you get to look at the scenery to see what's outside yourself. in the end, o