From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#36167: [PATCH v2] Replace manually crafted hex regexes wth [[:xdigit:]] Date: Sat, 06 Jul 2019 11:04:28 +0300 Message-ID: <834l3za8s3.fsf@gnu.org> References: <1560254386.25060.0@yandex.ru> <20190613001843.4743-1-Hi-Angel@yandex.ru> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="32460"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 36167-done@debbugs.gnu.org To: Konstantin Kharlamov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 06 10:05:18 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hjfh8-0008Ji-GW for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Jul 2019 10:05:18 +0200 Original-Received: from localhost ([::1]:58214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjfh7-0003DH-40 for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Jul 2019 04:05:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36310) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjfgv-0003D0-HO for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 04:05:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjfgt-0004R4-0D for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 04:05:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hjfgs-0004Qq-SA for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 04:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hjfgs-0002yK-M9 for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 04:05:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Jul 2019 08:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 36167 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 36167@debbugs.gnu.org, eliz@gnu.org, hi-angel@yandex.ru Original-Received: via spool by 36167-done@debbugs.gnu.org id=D36167.156240028411391 (code D ref 36167); Sat, 06 Jul 2019 08:05:02 +0000 Original-Received: (at 36167-done) by debbugs.gnu.org; 6 Jul 2019 08:04:44 +0000 Original-Received: from localhost ([127.0.0.1]:54154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjfgZ-0002xf-Nf for submit@debbugs.gnu.org; Sat, 06 Jul 2019 04:04:43 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjfgW-0002xS-V6 for 36167-done@debbugs.gnu.org; Sat, 06 Jul 2019 04:04:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hjfgR-00044f-2z; Sat, 06 Jul 2019 04:04:35 -0400 Original-Received: from [176.228.60.248] (port=1419 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hjfgQ-0007HC-JU; Sat, 06 Jul 2019 04:04:34 -0400 In-reply-to: <20190613001843.4743-1-Hi-Angel@yandex.ru> (message from Konstantin Kharlamov on Thu, 13 Jun 2019 03:18:43 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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: 209.51.188.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" Xref: news.gmane.org gmane.emacs.bugs:162185 Archived-At: > From: Konstantin Kharlamov > Date: Thu, 13 Jun 2019 03:18:43 +0300 > > * admin/charsets/mapconv: > * build-aux/gitlog-to-changelog (parse_amend_file) (git_dir_option): > * lisp/progmodes/verilog-mode.el (verilog-delay-re): > (verilog-type-font-keywords) (verilog-read-always-signals-recurse): > (verilog-is-number): Thanks, I pushed this. The log message was mis-formatted, which required me to tediously fix it by hand. Please in the future format the entries using "C-x 4 a" or similar commands, to avoid that, okay? In particular, lines longer than 78 characters abort "git am", so please verify this doesn't happen in the patches you submit. "C-x 4 a" and friends format the entries with leading TABs which you can later remove with "C-x TAB", and that produces the optimal results, including when the log messages are later used to generate ChangeLog files in the release tarballs.