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