From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: filladapt patch Date: Mon, 9 Jul 2018 16:33:14 -0400 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 1531168337 24888 195.159.176.226 (9 Jul 2018 20:32:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2018 20:32:17 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 09 22:32:13 2018 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 1fccpP-0006J2-7K for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2018 22:32:11 +0200 Original-Received: from localhost ([::1]:44255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fccrV-0000DH-T4 for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2018 16:34:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fccqg-0000Cy-2j for emacs-devel@gnu.org; Mon, 09 Jul 2018 16:33:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fccqc-0005Jb-V9 for emacs-devel@gnu.org; Mon, 09 Jul 2018 16:33:30 -0400 Original-Received: from mail-yb0-f178.google.com ([209.85.213.178]:36158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fccqc-0005JV-Qm for emacs-devel@gnu.org; Mon, 09 Jul 2018 16:33:26 -0400 Original-Received: by mail-yb0-f178.google.com with SMTP id s1-v6so7727183ybk.3 for ; Mon, 09 Jul 2018 13:33:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=KrCESYplQbEfsKKRb6pqbfIOPkwHiN+zeJqcG6G6bSo=; b=AEmoOmmwC5NY4Z87g2yQdnRJZzG+7QlQnmDPVctOFcj/4PnMr8kmdjzRweLeZH5KJ2 dagHHxf951TUBcg1c532GyxXmK22aLkZCsX4/xxo4nGs02d/e9w3VTGPsc2MbRnA/Hh1 1gzk48YVFryY0JVEiUoC7+4ZeQ8eYIICHuHMHB1jZbQ2tA8mvF3nlS1O3rwr5gJBd1mg Ik4B5/wuTFIKaSsjvmLE5zTh5XaEw05umealMc5ugqhyB0LLBGQh+/GiXUgGfftFCFiG dr3fIE7BqVRq/ANvXfc3q2WWz0tCrpfIhIWy2LnsDJIBpNhSBHdaIFsDIk+Ns8VsiCxG dDgg== X-Gm-Message-State: APt69E1F6aSXNR4VKfbEIEFTMyomZh3+f4odtEB/fZ2GQOmHX5TJ52cR bz5VGPGegv5/xZxFlwo38/N1MB1kvth5AQU7XlxQBA== X-Google-Smtp-Source: AAOMgpcUG6r2/8O76/suK8HerlsASSYwcnacIEI2y7I9kWZw2wLZecm8MFzr9sTlzVjxeB0XngulFiarBDI5iZi/4dk= X-Received: by 2002:a25:785:: with SMTP id 127-v6mr11306559ybh.239.1531168405739; Mon, 09 Jul 2018 13:33:25 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.213.178 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:227182 Archived-At: Stefan, Sacha Chu's news letter alerted me to your cleaned-up filladapt.el on elpa. Thank you! The cc-mode manual mentions this filladapt issue: > It=E2=80=99s available from . As of version > 2.12, it does however lack a feature that makes it work suboptimally > when =E2=80=98c-comment-prefix-regexp=E2=80=99 matches the empty string (= which it does > by default). A patch for that is available from the CC Mode web site. That patch is here: http://cc-mode.sourceforge.net/filladapt.el.diff Are you at liberty to apply that patch? /john