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?Smie=2Dauto=2Dfill_doesn=E2=80=99t_respect_comment=2Dauto=2Dfill=2Do?= =?UTF-8?Q?nly=2Dcomments?= Date: Thu, 6 Apr 2017 14:04:45 +0200 Message-ID: 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 1491480305 16900 195.159.176.226 (6 Apr 2017 12:05:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2017 12:05:05 +0000 (UTC) To: Emacs Developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 06 14:04:57 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 1cw69n-0003Wv-Cv for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 14:04:55 +0200 Original-Received: from localhost ([::1]:45385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw69t-0007t9-Ev for ged-emacs-devel@m.gmane.org; Thu, 06 Apr 2017 08:05:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw69m-0007s1-Bk for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:04:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw69i-0001t9-Ds for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:04:54 -0400 Original-Received: from disu.se ([71.19.156.204]:45650) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cw69i-0001qg-5W for emacs-devel@gnu.org; Thu, 06 Apr 2017 08:04:50 -0400 Original-Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by disu.se (Postfix) with ESMTPSA id E33E5C012 for ; Thu, 6 Apr 2017 14:04:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=disu.se; s=mail; t=1491480288; bh=ImXS8aFNDzeGzlv/cUHpMLVgTeCl+riqr2LQJyfJrJY=; l=288; h=From:Date:Subject:To:From; b=v0Cauh/oLY3U1h/Ue/xQO0m5P4R4/WNgkYpsFlSyWymdrFbms51B7nNZgLaxNrrSb FFYjFygxK+4kHv4qr4hIr2m2yIhG9AylSQiuzYOVdWe2aodbEXhfrnRUg54bxLf/Lc 4fuKqIK9U/Hsz3iJ9SZg/FizeyNu5qIABduTul14= Original-Received: by mail-qk0-f180.google.com with SMTP id h67so35076906qke.0 for ; Thu, 06 Apr 2017 05:04:47 -0700 (PDT) X-Gm-Message-State: AFeK/H2Y4NRKeYeqG1LKYfsHZAL4AROvESxjwU3VounTaZQhbhPJgFCs7wkIIjCKfy8InFGMKVSvK5FpKeycCQ== X-Received: by 10.55.54.16 with SMTP id d16mr30694911qka.97.1491480286285; Thu, 06 Apr 2017 05:04:46 -0700 (PDT) Original-Received: by 10.55.102.79 with HTTP; Thu, 6 Apr 2017 05:04:45 -0700 (PDT) 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:213701 Archived-At: 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 having= is that auto-fill is being applied in sh-mode, even though I have comment-auto-fill-only-comments. Nikolai