emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

package.el strings


From: Jean-Christophe Helary
Subject: package.el strings
Date: Wed, 24 May 2017 14:08:15 +0900

I've tried to straighten up the strings so that they stand on their own and 
don't rely of complex concatenations and variable substitutions. That makes for 
much less "smart" code but the resulting code/strings are more readable.

There is one big chunk left though (I put 2 TODOs there). It is the 
(describe-package-1) function. The function itself is about 200 lines long and 
there are 2 places I'm not sure yet what to do with, one uses prin1/princ and 
the other uses insert to generate strings. I'll check that part later.

Let me know what you think.

Jean-Christophe

Attachment: package.el_0524.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]