On 07/17/2010 01:05 AM, Joshua Wiley wrote:
I use XEmacs + ESS, and looking for ways to add text to a region of
code, I see it is quite easy
with C-x r t. Thanks for your great advice.
I use GNU Emacs. With a region of code actve, M-; will add the comment line (or
remove it if it's already
Joshua Wiley wrote:
> I use XEmacs + ESS, and looking for ways to add text to a region of
> code, I see it is quite easy
> with C-x r t. Thanks for your great advice.
or even
M-x comment-region
M-x uncomment-region
These are commonly bound to C-c ; (because of LISP heritage), but not in
(my ver
I use XEmacs + ESS, and looking for ways to add text to a region of
code, I see it is quite easy
with C-x r t. Thanks for your great advice.
On Fri, Jul 16, 2010 at 7:32 PM, Erik Iverson wrote:
> On 07/16/2010 06:59 PM, Joshua Wiley wrote:
>>
>> Hello,
>>
>> Is there an way to easy comment of se
On 07/16/2010 06:59 PM, Joshua Wiley wrote:
Hello,
Is there an way to easy comment of sections of code? I was thinking
something along the lines of
\dontrun{
codeline 1
codeline k
}
but that could be used in regular script files. When I am still
working on a script, I often want to bein
That's a great idea. Thanks!
On Fri, Jul 16, 2010 at 5:02 PM, RICHARD M. HEIBERGER wrote:
> if (FALSE) {
> codeline 1
>
> codeline k
> }
>
>
> On Fri, Jul 16, 2010 at 7:59 PM, Joshua Wiley
> wrote:
>>
>> Hello,
>>
>> Is there an way to easy comment of sections of code? I was thinking
>>
if (FALSE) {
codeline 1
codeline k
}
On Fri, Jul 16, 2010 at 7:59 PM, Joshua Wiley wrote:
> Hello,
>
> Is there an way to easy comment of sections of code? I was thinking
> something along the lines of
>
> \dontrun{
> codeline 1
>
> codeline k
> }
>
> but that could be used in regul
Hello,
Is there an way to easy comment of sections of code? I was thinking
something along the lines of
\dontrun{
codeline 1
codeline k
}
but that could be used in regular script files. When I am still
working on a script, I often want to being using what is done, but I
would like the par
7 matches
Mail list logo