From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.devel Subject: =?UTF-8?Q?Re=3A_Smie=2Dauto=2Dfill_doesn=E2=80=99t_respect_comment=2Dauto=2Dfi?= =?UTF-8?Q?ll=2Donly=2Dcomments?= Date: Sun, 23 Apr 2017 21:31:37 +0200 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1492975949 24022 195.159.176.226 (23 Apr 2017 19:32:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2017 19:32:29 +0000 (UTC) Cc: Emacs Developers To: Nikolai Weibull Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 23 21:32:25 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2NFA-00068C-5U for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2017 21:32:24 +0200 Original-Received: from localhost ([::1]:40361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2NFF-0003cf-UB for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2017 15:32:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2NEW-0003cW-42 for emacs-devel@gnu.org; Sun, 23 Apr 2017 15:31:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2NET-0004Hp-16 for emacs-devel@gnu.org; Sun, 23 Apr 2017 15:31:44 -0400 Original-Received: from disu.se ([71.19.156.204]:53352) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d2NES-0004Hk-OO for emacs-devel@gnu.org; Sun, 23 Apr 2017 15:31:40 -0400 Original-Received: from mail-qt0-f174.google.com (mail-qt0-f174.google.com [209.85.216.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by disu.se (Postfix) with ESMTPSA id 3E3D2C1F1 for ; Sun, 23 Apr 2017 21:31:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=disu.se; s=mail; t=1492975900; bh=sLkXhCMsMt0gfdA+WZvdskp2KUL/YJ9fsAqbrVVTluM=; l=460; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=T8kDaeTPTY4OFzzXjhPJizdGY/7JN3Unthe9Sbm+MNeGyk912TWaNzIGdhziXwUpw XJeuogB3kmhTVYwzC/mtwvKHgcfKX3AXl4TEXVEEk+tYUG3jXsftwI3TMMxFnGDJyX JLnI45BVVnC9sdUk6Xl7CPoORyZV67WD9vygDnQU= Original-Received: by mail-qt0-f174.google.com with SMTP id y33so99984699qta.2 for ; Sun, 23 Apr 2017 12:31:38 -0700 (PDT) X-Gm-Message-State: AN3rC/5xapBEMJRYhYPhCZPw42MioREmrMFy5FtxQa7role99VdJ7QP1 wlrYqX/IOAtYoor1T7ejQWSALTWioQ== X-Received: by 10.200.47.129 with SMTP id l1mr25415078qta.283.1492975897934; Sun, 23 Apr 2017 12:31:37 -0700 (PDT) Original-Received: by 10.55.217.87 with HTTP; Sun, 23 Apr 2017 12:31:37 -0700 (PDT) In-Reply-To: X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 71.19.156.204 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:214253 Archived-At: Hi! I=E2=80=99d really appreciate some input on this issue. Thanks! Nikolai On Thu, Apr 6, 2017 at 2:04 PM, Nikolai Weibull wrote: > Hi! > > Smie-auto-fill doesn=E2=80=99t respect comment-auto-fill-only-comments. = I=E2=80=99m > not quite sure whether it actually should, but the issue I=E2=80=99m havi= ng is > that auto-fill is being applied in sh-mode, even though I have > comment-auto-fill-only-comments. > > Nikolai