unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: lawrence mitchell <wence@gmx.li>
Subject: Re: How add "#" to blank lines when using py-comment-region???
Date: Tue, 12 Aug 2003 21:30:01 +0100	[thread overview]
Message-ID: <?fnord?u1xvqaaba.fsf@ID-97657.usr.dfncis.de> (raw)
In-Reply-To: bf23f78f.0308121124.1668303d@posting.google.com

Christian Seberino wrote:

> py-comment-region lets me
> add "#" at beginning of non-blank lines that I have
> highlighted with mouse.

> It does not add "#" for the blank lines.

> How can I modify behavior of py-comment-region to do this?

py-comment-region is just a minor wrapper around comment-region,
so the variable you want to look at is comment-empty-lines.

If you only want to comment blank lines in python mode, you'll
have to make comment-empty-lines buffer local and set it in a
hook.

-- 
lawrence mitchell <wence@gmx.li>

  reply	other threads:[~2003-08-12 20:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-12 19:24 How add "#" to blank lines when using py-comment-region??? Christian Seberino
2003-08-12 20:30 ` lawrence mitchell [this message]
2003-08-13 18:15   ` Christian Seberino

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='?fnord?u1xvqaaba.fsf@ID-97657.usr.dfncis.de' \
    --to=wence@gmx.li \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).