From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: :alnum: broken? Date: Sun, 01 Mar 2020 23:44:47 +0100 Message-ID: <878skjr8yo.fsf@mbork.pl> References: <86wo8flqct.fsf@stephe-leake.org> <3A14F30E-60EF-4C99-AC1A-9A1B2539169B@acm.org> <837e07gmka.fsf@gnu.org> <1c654ac9-10a2-4e5d-f77c-3b78bb580ffc@cs.ucla.edu> <83v9nqg8la.fsf@gnu.org> <298a093f-6eed-3a9f-99cf-bd17b9cb61f0@cs.ucla.edu> <83blpifp95.fsf@gnu.org> <81bfdae0-9fe1-f173-adb1-b5fe2ba2b808@cs.ucla.edu> <834kvafnwk.fsf@gnu.org> <8DA6D8F4-921B-4FB8-A7A3-CE75B10CE668@acm.org> <83zhd2e6h6.fsf@gnu.org> <87k14547u7.fsf@telefonica.net> <87ftet3xo4.fsf@telefonica.net> <87ftetqbi9.fsf@mbork.pl> <64bcf65a-d05f-b49e-b640-cb64a5b19c77@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="90933"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.1.0; emacs 27.0.50 Cc: emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 01 23:45:24 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j8XKt-000NXP-3a for ged-emacs-devel@m.gmane-mx.org; Sun, 01 Mar 2020 23:45:23 +0100 Original-Received: from localhost ([::1]:52862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8XKs-0007v9-5S for ged-emacs-devel@m.gmane-mx.org; Sun, 01 Mar 2020 17:45:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36226) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8XKO-0007Kz-Uz for emacs-devel@gnu.org; Sun, 01 Mar 2020 17:44:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8XKN-0001nz-Sq for emacs-devel@gnu.org; Sun, 01 Mar 2020 17:44:52 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:43458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j8XKN-0001no-Li for emacs-devel@gnu.org; Sun, 01 Mar 2020 17:44:51 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 15C7CE68C5; Sun, 1 Mar 2020 23:44:51 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G6cYBYly6BIX; Sun, 1 Mar 2020 23:44:48 +0100 (CET) Original-Received: from localhost (jeden09-dwa27.echostar.pl [213.156.109.227]) by mail.mojserwer.eu (Postfix) with ESMTPSA id E6EADE6459; Sun, 1 Mar 2020 23:44:47 +0100 (CET) In-reply-to: <64bcf65a-d05f-b49e-b640-cb64a5b19c77@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245146 Archived-At: On 2020-02-29, at 23:34, Cl=C3=A9ment Pit-Claudel w= rote: > On 2020-02-29 17:22, Marcin Borkowski wrote: >> +1. I consider myself fairly proficient in Elisp; I authored quitee >> a few packages, some of them distributed on Github, some of them for >> private use for a few people. I admit that even that I know about >> compiler warnings, I never got into a habit of compiling my files. (I >> know I should, but consider me as a datapoint suggesting that compiler >> warnings are not enough.) > > Did you consider flycheck or flymake? Both will compile your files in th= e background and report errors. Interesting. I didn't know that. I tried enablng flycheck on ne of my larger Elisp files. It gave me one error in a apparently totally correct (and working!) line (no idea why) and a lot of warnings about my docstrings. Still, this is a valuable advice, thanks! Best, -- Marcin Borkowski http://mbork.pl