From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10868: 24.0.93; `comment-style' needs to be explained Date: Wed, 22 Feb 2012 12:38:30 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329932328 7193 80.91.229.3 (22 Feb 2012 17:38:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2012 17:38:48 +0000 (UTC) To: 10868@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 18:38:45 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0G9L-0001Q3-0b for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 18:38:43 +0100 Original-Received: from localhost ([::1]:38901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0G9K-0006MK-Ix for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 12:38:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0G9H-0006Lo-Li for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 12:38:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0G9G-0004Lz-Rp for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 12:38:39 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0G9G-0004Lv-KY for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 12:38:38 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1S0GBZ-0004FZ-JU for bug-gnu-emacs@gnu.org; Wed, 22 Feb 2012 12:41:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 Feb 2012 17:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10868 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10868-submit@debbugs.gnu.org id=B10868.132993245816329 (code B ref 10868); Wed, 22 Feb 2012 17:41:01 +0000 Original-Received: (at 10868) by debbugs.gnu.org; 22 Feb 2012 17:40:58 +0000 Original-Received: from localhost ([127.0.0.1]:51297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S0GBV-0004FH-Jp for submit@debbugs.gnu.org; Wed, 22 Feb 2012 12:40:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48330 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S0GBT-0004F9-3N for 10868@debbugs.gnu.org; Wed, 22 Feb 2012 12:40:55 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1S0G98-0003oi-H2; Wed, 22 Feb 2012 12:38:30 -0500 X-Spook: Capricorn STARLAN JFK Marxist Janet Reno clones X-Ran: 8&fKBJ+j}&(mX(gT:CO^B>+{"2>%TMG=ZcO{J=C];MoP]a~g_dl~zmUb4 X-Hue: red X-Attribution: GM In-Reply-To: (Drew Adams's message of "Wed, 22 Feb 2012 09:17:28 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:57102 Archived-At: > The problem is that variable `comment-style' is not explained. comment-style is a variable defined in `newcomment.el'. Its value is indent Documentation: Style to be used for `comment-region'. See `comment-styles' for a list of available styles. comment-styles is a variable defined in `newcomment.el'. [...] ((plain nil nil nil nil "Start in column 0 (do not indent), as in Emacs-20") (indent-or-triple nil nil nil multi-char "Start in column 0, but only for single-char starters") (indent nil nil nil t "Full comment per line, ends not aligned") (aligned nil t nil t "Full comment per line, ends aligned") (box nil t t t "Full comment per line, ends aligned, + top and bottom") (extra-line t nil t t "One comment for all lines, end on a line by itself") (multi-line t nil nil t "One comment for all lines, end on last commented line") (box-multi t t t t "One comment for all lines, + top and bottom"))