all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* comment-box unavailable
@ 2004-06-14 10:53 Uwe Mayer
  2004-06-14 11:14 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Mayer @ 2004-06-14 10:53 UTC (permalink / raw)


Hi,

when programming I sometimes use "M-x comment-box" to frame major comments.
However, this function is only available after I called "comment-region"
bevore that once.
Is there a way to abbreviate that, i.e. explicitly loading a module in
my .emacs file?

Thanks for any suggestions,

Yours
Uwe

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment-box unavailable
  2004-06-14 10:53 comment-box unavailable Uwe Mayer
@ 2004-06-14 11:14 ` Reiner Steib
  2004-06-14 14:59   ` Johan Bockgård
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2004-06-14 11:14 UTC (permalink / raw)


On Mon, Jun 14 2004, Uwe Mayer wrote:

> when programming I sometimes use "M-x comment-box" to frame major comments.
[...]
> Is there a way to abbreviate that, i.e. explicitly loading a module in
> my .emacs file?

(autoload 'comment-box "newcomment")

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment-box unavailable
  2004-06-14 11:14 ` Reiner Steib
@ 2004-06-14 14:59   ` Johan Bockgård
  0 siblings, 0 replies; 3+ messages in thread
From: Johan Bockgård @ 2004-06-14 14:59 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Mon, Jun 14 2004, Uwe Mayer wrote:
>
>> when programming I sometimes use "M-x comment-box" to frame major comments.
> [...]
>> Is there a way to abbreviate that, i.e. explicitly loading a module in
>> my .emacs file?
>
> (autoload 'comment-box "newcomment")

(autoload 'comment-box "newcomment" nil t)

-- 
Johan Bockgård

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-14 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-14 10:53 comment-box unavailable Uwe Mayer
2004-06-14 11:14 ` Reiner Steib
2004-06-14 14:59   ` Johan Bockgård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.