Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317351
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Geyslan G. Bem" <geyslan@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH] codingstyle: improve elisp for a better experience |
| Date | Mon, 25 Jan 2016 23:30:02 +0100 |
| Message-ID | <qUXO2-2e8-3@gated-at.bofh.it> (permalink) |
| References | <qTyI1-59r-9@gated-at.bofh.it> <qTyI1-59r-7@gated-at.bofh.it> <qUVCy-M7-9@gated-at.bofh.it> |
| X-Original-To | Jonathan Corbet <corbet@lwn.net> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YzOGLtWTepbM9/SuakrNis6oEfEVvarbcLuGZJMm0R4=; b=yXDX2xUwH/XsjLha9rDEUuglE5jpwqts5YMWWHJRkuwirqqTD+a1AEMeS+eHsvMlW8 XbImHiKTUhs8FLS67QIArzGDEafZhU6CTBCZCOGuItEAiJm3yQvnDJj3eGjMGORUXChY vZ8evg5MfofZbrffaI/XDbz/YYGSVM7JV+7w1Mr6EOjciHaY+ZduoDEjT5/mKGCPhtso JHKJvOS/tySJHKusuhG2QdkAJYCAAS9+ujyix+dHemcrJX+SmaKdjaWI5JY1iuODQHIM h4761wr18iynYrHZTVasl/bu+MhnfxS24apjupAhRYJlCwWXQLVk75xQnpT2VSi1R5ni z/Pg== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YzOGLtWTepbM9/SuakrNis6oEfEVvarbcLuGZJMm0R4=; b=gwWtXZqYKrABA6dfv6WD56NmYlOSnvRUdi6OiQIHLb1zNBetrpQNu8fdFRNTTFFZGW ZYua6GQL57rBakFMLyWgDLggsQT7K2SFEiCfle1QzLnNBI0j9Cyh3qP6rC9at909a9Zx ibFRwF+yVeQvo7lEm0rkXjR1zDM5X4f+ftzSDkZ8OI5bBUmrKPL/6+x1ewmQlN5vidsi KeMuArJhfIbXuslnwdp+EYAQ0Ufmbkhcj8Czk6uEDTBi8YVF2afhnJS8oG0Qo15EgWff FzmVDxqiwbb1+CO4uWavnREb6xbMq8EmCbCN/s5yG3QbnkXxO/EPHk++3WAui90/ggjG 1WuA== |
| X-Gm-Message-State | AG10YOT5srDKD3mttF6jkOCHg7e5+tkG06v3DFJH0xO9AoJR/YR03XKRNGB6C3trkGEAnNsQ40cNohqCwuqmtA== |
| MIME-Version | 1.0 |
| X-Received | by 10.31.15.4 with SMTP id 4mr10940327vkp.10.1453760642095; Mon, 25 Jan 2016 14:24:02 -0800 (PST) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-doc@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>, linux-usb@vger.kernel.org, Greg KH <gregkh@linuxfoundation.org>, Alan Stern <stern@rowland.harvard.edu>, Joe Perches <joe@perches.com> |
| X-Original-Date | Mon, 25 Jan 2016 19:24:02 -0300 |
| X-Original-Message-ID | <CAGG-pUQMjZWw=ECJ32OMhmKzyTgK64Let1JNkoF7uM72db=MWw@mail.gmail.com> |
| X-Original-References | <cover.1453425443.git.geyslan@gmail.com> <338209df38fcc0cd1c63a88211365177c05b2c87.1453425443.git.geyslan@gmail.com> <20160125130138.6932dda8@lwn.net> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1317351 |
Show key headers only | View raw
2016-01-25 17:01 GMT-03:00 Jonathan Corbet <corbet@lwn.net>: > On Thu, 21 Jan 2016 22:18:30 -0300 > "Geyslan G. Bem" <geyslan@gmail.com> wrote: > >> This patch does use of more emacs functionalities which deliver to the >> user indentation, commenting and white space highlighting. > > So perhaps it's just me, but that's an awful lot of elisp code for readers > to wade through; many of those readers will not be all that interested in > it. > > Can I suggest an alternative? Make a kernel-dot-emacs.txt in a form that > interested people can pull it (nearly) directly into their .emacs files, > then add a reference to the CodingStyle document. That makes the stuff > available for interested developers without rubbing everybody's noses in > it. Make sense? Yes, you have a point. I could make the kernel-dot-emacs.txt. Thank you Jonathan. About the elisp, the emacs users have any suggestions? > > Thanks, > > jon -- Regards, Geyslan G. Bem hackingbits.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC PATCH] codingstyle: improve elisp for a better experience "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-22 02:30 +0100
Re: [RFC PATCH] codingstyle: improve elisp for a better experience Jonathan Corbet <corbet@lwn.net> - 2016-01-25 21:10 +0100
Re: [RFC PATCH] codingstyle: improve elisp for a better experience "Geyslan G. Bem" <geyslan@gmail.com> - 2016-01-25 23:30 +0100
csiph-web