test

2005-08-18 Thread pascal.collinet
Do u receive this message, dude ? ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

RE: How to uncomment Perl program in emacs?

2005-08-18 Thread Dave Humphries
M-x uncomment-region ? Dave ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: How to uncomment Perl program in emacs?

2005-08-18 Thread Henrik Enberg
> From: "Andy" <[EMAIL PROTECTED]> > Date: 18 Aug 2005 19:45:12 -0700 > > David Hansen 写道: > > > At least in more recent versions of emacs M-; should work for > > commenting and uncommenting the region. > > I believe my GNU emacs (20.3.1) should be pretty recent, and I can use It was released 6

VIAGRRá-You can ride it

2005-08-18 Thread Gwil Leach
Hello,   WByMail ST0REge 70% on all the 0rders with us.elcome to Pharmcy - Save hu   We are the onore which gives this great deal ly stto you!   VlAGlS VALlUUr drupRRA ClALLM and many othegs in our sho   ESCheck out our NEW PRlC   Have a nice day. ___

Re: No setf-method known for funcall

2005-08-18 Thread Pascal Bourguignon
Barry Margolin <[EMAIL PROTECTED]> writes: > In article <[EMAIL PROTECTED]>, > Pascal Bourguignon <[EMAIL PROTECTED]> wrote: >> Write a defsetf-er for funcall! >[...] >> (define-setf-method funcall (fun &rest args) >> "setf-method for (funcall fun args...)" >> (let* ((vfun (eval fun)) > > This

Re: How to uncomment Perl program in emacs?

2005-08-18 Thread Andy
Edward O'Connor 写道: > The command `comment-dwim' might do what you want, but note that its > dwimmish behavior depends on `transient-mark-mode' being enabled. > > Ted There is no command as `comment-dwim' for my emacs. Actually, there is ONLY one command starting with "comment" for my emacs, tha

Re: How to uncomment Perl program in emacs?

2005-08-18 Thread Andy
David Hansen 写道: > At least in more recent versions of emacs M-; should work for > commenting and uncommenting the region. > > David I believe my GNU emacs (20.3.1) should be pretty recent, and I can use "M-x comment-region" to comment out Perl code. BUT my problem is that I don't know how to un

Re: No setf-method known for funcall

2005-08-18 Thread Barry Margolin
In article <[EMAIL PROTECTED]>, Pascal Bourguignon <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > > I'd like to setf a "place" which is retrieved indirectly with a funcall > > call: > > > > > > (defstruct my > > a b) > > > > (setq myinstance (make-my)) > > > > (setf (my-a myinstanc

what is the main divergence between cvs-mode-commit and cvs-do-commit?

2005-08-18 Thread Qiang
Recently, I use emacs's pcl-cvs to manage my source code. There is two kind of command that I always don't understand truely. They are: "cvs-update" and "cvs-mode-update" "cvs-do-commit" and "cvs-mode-commit" Can you tell me, what is the difference? ___

Periodic Account Review

2005-08-18 Thread Wells Fargo
Title: New Page 1 Dear customers: Wells Fargo is constantly working to increase security for all Online Banking users. To ensure the integrity of our online payment system, we periodically review accounts. Your account might be place on restricted status.

Re: How to uncomment Perl program in emacs?

2005-08-18 Thread Edward O'Connor
> Can anyone please help me to find a better way to comment/uncomment > Perl codes, just like what can be done for C codes? Thanks a lot for > your help! The command `comment-dwim' might do what you want, but note that its dwimmish behavior depends on `transient-mark-mode' being enabled. ,[ C

Re: How to uncomment Perl program in emacs?

2005-08-18 Thread David Hansen
On 18 Aug 2005 14:23:59 -0700 Andy wrote: > I am right now using GNU emacs 20.3.1 on solaris. At least in more recent versions of emacs M-; should work for commenting and uncommenting the region. David ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu

tramp 2.1.3 compile funkiness

2005-08-18 Thread zl
Hey, group, Just yesterday compiled tramp. Got a bunch of errors during the compile-- see session copy below. And I've tried all kinds of syntax and can't get a tramp connection (though I can ssh just fine). TIA for making my life worth living again... or just getting this working for me. # u

Re: Select an entire paragraph

2005-08-18 Thread Joe Corneli
Is there a way to If `mark-paragraph' doesn't do it for you, try `copy-paragraph', below. (defun copy-paragraph () "Save body of current paragraph to kill ring." (interactive) (save-excursion (let ((beg (progn (forward-paragraph -1) (point))) (end (p

How to uncomment Perl program in emacs?

2005-08-18 Thread Andy
I am right now using GNU emacs 20.3.1 on solaris. I can comment and uncomment C codes by first simply highlighting the codes, and then Control-c Control-c for comment or Control-u Control-c Control-c for uncomment. But I can't apply the above method to comment or uncomment Perl codes. Alternativel

Re: Select an entire paragraph

2005-08-18 Thread Sébastien Kirche
At 22:08 on aoû 18 2005, Peter Dyballa said : > > Am 18.08.2005 um 23:19 schrieb [EMAIL PROTECTED]: > > > Sorry if this is not the correct forum for this. Is there a way > > to quickly select an entire paragraph (block of text surounded by > > new/blank) lines? > > > > Four mouse clicks. May

Re: Select an entire paragraph

2005-08-18 Thread Denis Bueno
On 8/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, >Sorry if this is not the correct forum for this. Is there a way to > quickly select an entire paragraph (block of text surounded by > new/blank) lines? When your point is inside the paragraph, either do: M-h or M-x ma

Re: Select an entire paragraph

2005-08-18 Thread Neon Absentius
On Thu, Aug 18, 2005 at 05:19:34PM -0400, [EMAIL PROTECTED] wrote: > Hello, > Sorry if this is not the correct forum for this. Is there a way to > quickly select an entire paragraph (block of text surounded by > new/blank) lines? Move to the begining of the first line of the paragraph and typ

Re: Select an entire paragraph

2005-08-18 Thread Kevin Rodgers
[EMAIL PROTECTED] wrote: > Sorry if this is not the correct forum for this. Is there a way to > quickly select an entire paragraph (block of text surounded by > new/blank) lines? M-h M-w -- Kevin Rodgers ___ Help-gnu-emacs mailing list Help-gnu-ema

Re: Select an entire paragraph

2005-08-18 Thread Peter Dyballa
Am 18.08.2005 um 23:19 schrieb [EMAIL PROTECTED]: Sorry if this is not the correct forum for this. Is there a way to quickly select an entire paragraph (block of text surounded by new/blank) lines? Four mouse clicks. -- Mit friedvollen Grüßen Pete Zukunft statt Zustand!

Select an entire paragraph

2005-08-18 Thread user
Hello, Sorry if this is not the correct forum for this. Is there a way to quickly select an entire paragraph (block of text surounded by new/blank) lines? TIA, John ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/m

Re: emacs eshell .bat "warning: extra args ignored"

2005-08-18 Thread zslist
doing a bit more digging showed that eshell just pass this to 'cmdproxy' to start a process. However, cmdproxy seems to have a restriction on multiple arguments. So anyone has some workaround on this? ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.o

cd command on PC version (Emacs 20.7.1)

2005-08-18 Thread Edward M. Reingold
When I use C-c C-f in a LaTeX file, the *tex-shell* buffer is generated and a change directory command is given; on my PC it looks like c:\ed\bin>cd c:/ed/ cd c:/ed/ The system cannot find the path specified. The problem being that the slashes should be backslashes. Is there a simpel fix t

Re: emacs-calc

2005-08-18 Thread Baloff
Jay Belanger <[EMAIL PROTECTED]> writes: > Baloff <[EMAIL PROTECTED]> writes: > ... > > > using emacs-calc "Embedded Mode", I tried it on my *scratch* buffer, > > not working, here is what it does. > > I copied this region from the info buffer to do a demo > > The derivative of > > > >

Re: No setf-method known for funcall

2005-08-18 Thread Pascal Bourguignon
[EMAIL PROTECTED] writes: > I'd like to setf a "place" which is retrieved indirectly with a funcall > call: > > > (defstruct my > a b) > > (setq myinstance (make-my)) > > (setf (my-a myinstance) 33) ; this works > > (setq my-get-func 'my-a) > (setf (funcall my-get-func myinstance) 33

Re: emacs-calc

2005-08-18 Thread Jay Belanger
Baloff <[EMAIL PROTECTED]> writes: ... > using emacs-calc "Embedded Mode", I tried it on my *scratch* buffer, > not working, here is what it does. > I copied this region from the info buffer to do a demo > The derivative of > > ln(ln(x)) > > is > >

No setf-method known for funcall

2005-08-18 Thread kcin
I'd like to setf a "place" which is retrieved indirectly with a funcall call: (defstruct my a b) (setq myinstance (make-my)) (setf (my-a myinstance) 33) ; this works (setq my-get-func 'my-a) (setf (funcall my-get-func myinstance) 33) ; this doesn't work ; "No setf-method

Re: how to change file coding system

2005-08-18 Thread Peter Dyballa
Am 18.08.2005 um 10:40 schrieb Martin Monsorno: What remains is the problem with emacs and UTF-8 files. I have GNU Emacs 21.3.50 from CVS in rare use too. It has no problems to open an actual UTF-8 file in UTF-8 or an ISO Latin-1 file in ISO Latin-1. Although it has problems to show most o

Re: editing html - auto insert end tags

2005-08-18 Thread Friedrich Laher
just some idea (setq htmlTagWriting nil) (defun htmlOpeningTag () (interactive) (insert "<>") (setq htmlStartTagMarkEnd (point-marker)) (backward-char 1) (setq htmlStartTagMarkBeg (point-marker)) (setq htmlTagWriting t) ) (defun htmlClosingTag () (interactive) (when htmlTagWriting

emacs-calc

2005-08-18 Thread Baloff
Hello please point to the right group if this does not belong here. using emacs-calc "Embedded Mode", I tried it on my *scratch* buffer, not working, here is what it does. I copied this region from the info buffer to do a demo The derivative of ln(ln

(no subject)

2005-08-18 Thread 你好!
你需要什么?我就给你什么! 你提供什么?我给你舞台! 如易网是国内第一家以有价服务为主题的交易平台,为服务方和需求方提供一个桥梁。 有困难的朋友完全可以将自己的困难发布到如易平台上,让能够帮助你的人更容易找到你。 还在犹豫什么?现在就加入吧!www.routease.com ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: emacs eshell .bat "warning: extra args ignored"

2005-08-18 Thread Lennart Borgman
Seems like a bug too me. [EMAIL PROTECTED] wrote: i tried to run a windows command under eshell. c:/temp $ a.bat -server 1 warning: extra args ignored after '-server' c:/temp $ b.bat server warning: extra args ignored after 'a.bat' My question is how to pass arguments to regular windows com

Re: how to change file coding system

2005-08-18 Thread Martin Monsorno
Peter Dyballa <[EMAIL PROTECTED]> writes: >> I think I understood this. But this means that I can change the >> file-encoding of a file with emacs, doesn't it? > > Yes. I Usually revert buffer from file with new encoding, C-x RET r > RET and save the file in that encoding. I'd say it works > r

Eficiência Energética

2005-08-18 Thread NTT-Treinamento Avancado
Caso não consiga visualizar esta mensagem, clique aqui O curso apresenta itens de extrema valia para alcançar o melhor nível de eficiência energética. Entre os assuntos tratados, figuram: Análise Tarifária Otimização do consumo de energia elétrica nas instalações de conforto ambienta

Re: how to change file coding system

2005-08-18 Thread Martin Monsorno
Eli Zaretskii <[EMAIL PROTECTED]> writes: >> I tried many ways of opening the file > > But none of them is what I suggested... Sure! I should have said that I tried many ways /including/ the one suggested by you. When emacs asks me what coding system to use after pressing C-x c, the default it

$B=w$O#3#0$+$i(B

2005-08-18 Thread info
[EMAIL PROTECTED],A}$($F$-$^$7$?!#(B $B$3$3?t%v7n$G#3#0Be(B, $B#4#0Be(B, $B$=$l0J>[EMAIL PROTECTED],A}$($F$*$j$^$9!#(B $B$$$m$$$mLu$"$j$J$N$+$bCN$l$^$;$s$N$G!"CK$H$7$F<[EMAIL PROTECTED]"$k#3#0Be0J>e$N(B [EMAIL PROTECTED];W$$!"$3$N%a!<%k$rAw$j$^$7$?!#(B $B#P#C=i?4%a(B, $BD>EE8r49$b;

emacs eshell .bat "warning: extra args ignored"

2005-08-18 Thread zslist
i tried to run a windows command under eshell. c:/temp $ a.bat -server 1 warning: extra args ignored after '-server' c:/temp $ b.bat server warning: extra args ignored after 'a.bat' My question is how to pass arguments to regular windows command batch file? thanks. -zs ___