From: saneman <ddd@sdf.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Add functions to C-mode?
Date: Mon, 21 Apr 2008 09:36:55 +0200 [thread overview]
Message-ID: <480c43d0$0$90272$14726298@news.sunsite.dk> (raw)
In-Reply-To: <mailman.10605.1208691810.18990.help-gnu-emacs@gnu.org>
Alan Mackenzie wrote:
> Hi, Saneman!
>
> On Sat, Apr 19, 2008 at 01:04:06PM +0200, saneman wrote:
>> I would like to add/change the comment/uncomment function in the C-mode
>> for emacs.
>
>> Currently it only works when a piece of text is selected and then /* */
>> is inserted.
>
> OK, just to check, "it" here means "M-;" (or your newly bound C-d), bound
> to `comment-dwim', doesn't it?
>
> I'm not sure about "selected" (I don't use delete-selection-mode and
> stuff like that), but the "/* */" style of comments is fixed for C.
> Somebody asked some while ago for a way to change this to "//", and I'm
> planning to add a command to CC Mode (probably C-c C-;) in the next
> release to toggle the commenting style.
>
>> I would like to change the function to just insert // even though some
>> text might not be selected.
>
> In the meantime, you could use the following workaround. M-; (or your
> C-d ;-) will then insert "// ".
>
> (defun sm-do-line-comments ()
> (setq comment-start "// ")
> (setq comment-end ""))
> (add-hook 'c-mode-hook 'sm-do-line-comments)
>
But I still have to select the lines that I want to comment out. If the
cursor is on a line the I would like to comment out and I press C-d the
// get inserted and the end of the line.
Only when I select the line and then press C-d it works.
Is there some way to insert // at the start of the line without first
selecting it?
next prev parent reply other threads:[~2008-04-21 7:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-19 11:04 Add functions to C-mode? saneman
2008-04-19 13:01 ` Ph. Ivaldi
2008-04-19 17:16 ` David Hansen
[not found] ` <mailman.10583.1208625909.18990.help-gnu-emacs@gnu.org>
2008-04-19 21:08 ` Jason Rumney
2008-04-20 7:17 ` David Hansen
2008-04-20 12:26 ` Eli Zaretskii
2008-04-20 12:42 ` David Hansen
2008-04-20 13:51 ` Eli Zaretskii
2008-04-22 9:36 ` David Hansen
[not found] ` <mailman.10609.1208696003.18990.help-gnu-emacs@gnu.org>
2008-04-20 13:28 ` Richard G Riley
2008-04-22 9:39 ` David Hansen
2008-04-20 12:01 ` Alan Mackenzie
[not found] ` <mailman.10605.1208691810.18990.help-gnu-emacs@gnu.org>
2008-04-21 7:36 ` saneman [this message]
2008-04-21 10:51 ` Alan Mackenzie
[not found] ` <mailman.10650.1208777518.18990.help-gnu-emacs@gnu.org>
2008-04-21 11:49 ` Richard G Riley
2008-04-21 20:35 ` Alan Mackenzie
[not found] ` <mailman.10668.1208809134.18990.help-gnu-emacs@gnu.org>
2008-04-22 4:00 ` Richard G Riley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='480c43d0$0$90272$14726298@news.sunsite.dk' \
--to=ddd@sdf.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.