From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#22369: 24.5; comment-style 'extra-line' doesn't correctly indent with tabs Date: 15 Jan 2016 12:42:31 -0000 Organization: muc.de e.V. Message-ID: <20160115124231.67454.qmail__47542.5411169001$1452862130$gmane$org@mail.muc.de> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452862130 23490 80.91.229.3 (15 Jan 2016 12:48:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2016 12:48:50 +0000 (UTC) Cc: "Geyslan G. Bem" To: 22369@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 15 13:48:35 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aK3nr-0005Vt-8j for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jan 2016 13:48:31 +0100 Original-Received: from localhost ([::1]:46642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK3lm-0002Sm-GP for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jan 2016 07:46:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK3id-0005u6-VN for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2016 07:43:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK3ic-0005u6-EL for bug-gnu-emacs@gnu.org; Fri, 15 Jan 2016 07:43:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:33224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK3iY-0005tb-DT; Fri, 15 Jan 2016 07:43:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aK3iY-0005P1-4Q; Fri, 15 Jan 2016 07:43:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Fri, 15 Jan 2016 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22369 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Original-Received: via spool by 22369-submit@debbugs.gnu.org id=B22369.145286175420727 (code B ref 22369); Fri, 15 Jan 2016 12:43:02 +0000 Original-Received: (at 22369) by debbugs.gnu.org; 15 Jan 2016 12:42:34 +0000 Original-Received: from localhost ([127.0.0.1]:49677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aK3i6-0005OF-DF for submit@debbugs.gnu.org; Fri, 15 Jan 2016 07:42:34 -0500 Original-Received: from mail.muc.de ([193.149.48.3]:23718) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aK3i4-0005O5-Pb for 22369@debbugs.gnu.org; Fri, 15 Jan 2016 07:42:33 -0500 Original-Received: (qmail 67455 invoked by uid 3782); 15 Jan 2016 12:42:31 -0000 In-Reply-To: X-Newsgroups: gnu.emacs.bug User-Agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (FreeBSD/10.2-RELEASE-p9 (amd64)) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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:111637 Archived-At: Bug fixed in emacs-25 branch. Bug report left open, due to a feature request in it. -- Alan Mackenzie (Nuremberg, Germany). In article you wrote: > (setq c-basic-offset 8 > tab-width 8 > indent-tabs-mode t > comment-style 'extra-line) > (c-set-style "linux") > Using the above settings the comment-dwim (with region active) indent > the second and last lines with spaces instead of tabs. > /* > * void main() > * { > * int i; > * int b; > * printf("format string"); > * } > */ > For better comprehension check out this > http://stackoverflow.com/questions/34710840/c-comment-in-emacs-linux-kernel-style-v2 > May I suggest the addition of a new comment-style option that does like this? > /* void main() > * { > * int i; > * int b; > * printf("format string"); > * } > */ > In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.6) > of 2015-09-09 on foutrelis > Windowing system distributor `The X.Org Foundation', version 11.0.11800000 > System Description: Arch Linux > Configured using: > `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib > --localstatedir=/var --with-x-toolkit=gtk3 --with-xft > 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong > --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2 > LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' > Important settings: > value of $LC_CTYPE: pt_BR.UTF-8 > value of $LC_MONETARY: pt_BR.UTF-8 > value of $LC_NUMERIC: pt_BR.UTF-8 > value of $LC_TIME: pt_BR.UTF-8 > value of $LANG: en_US.UTF-8 > value of $XMODIFIERS: @im=ibus > locale-coding-system: utf-8-unix > Major mode: Emacs-Lisp > Minor modes in effect: > tooltip-mode: t > electric-indent-mode: t > mouse-wheel-mode: t > tool-bar-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > Recent messages: > Load-path shadows: > /home/geyslan/.emacs.d/elpa/helm-20151106.2158/helm-multi-match hides > /home/geyslan/.emacs.d/elpa/helm-core-20151104.0/helm-multi-match > Features: > (shadow sort gnus-util mail-extr emacsbug message idna format-spec > rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 > mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums > mm-util mail-prsvr mail-utils jka-compr find-func help-fns sregex > re-builder debug tabify cc-langs cc-mode cc-fonts cc-guess cc-menus > cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs help-mode > go-mode-autoloads info easymenu package epg-config edmacro kmacro > cl-loaddefs cl-lib time-date tooltip electric uniquify ediff-hook > vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image > regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register > page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock > font-lock syntax facemenu font-core frame cham georgian utf-8-lang > misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew > greek romanian slovak czech european ethiopic indian cyrillic chinese > case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice > loaddefs button faces cus-face macroexp files text-properties overlay > sha1 md5 base64 format env code-pages mule custom widget > hashtable-print-readable backquote make-network-process dbusbind > gfilenotify dynamic-setting system-font-setting font-render-setting > move-toolbar gtk x-toolkit x multi-tty emacs) > Memory information: > ((conses 16 132515 7051) > (symbols 48 21866 0) > (miscs 40 226 747) > (strings 32 23818 4361) > (string-bytes 1 883190) > (vectors 16 12839) > (vector-slots 8 428611 6669) > (floats 8 75 442) > (intervals 56 799 191) > (buffers 960 17) > (heap 1024 45432 1517))