From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.help Subject: Re: using use-package Date: Fri, 14 Aug 2015 12:10:05 -0400 Message-ID: References: <67cb463e-41f6-4f37-91ee-15d0fdb5ba9f@googlegroups.com> <20150812180621.32265.2E673ABE@ahiker.mooo.com> <87bnebnyyl.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1439568697 22586 80.91.229.3 (14 Aug 2015 16:11:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2015 16:11:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 18:11:37 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZQHZs-0006SS-2K for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 18:11:32 +0200 Original-Received: from localhost ([::1]:47131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQHZr-0006v0-9P for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2015 12:11:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQHYZ-0005kf-4g for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 12:10:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQHYU-0004oD-Td for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 12:10:11 -0400 Original-Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:33018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQHYU-0004ly-OA for help-gnu-emacs@gnu.org; Fri, 14 Aug 2015 12:10:06 -0400 Original-Received: by vkbg64 with SMTP id g64so18535931vkb.0 for ; Fri, 14 Aug 2015 09:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Hamo5oMIdsyVcxSPKC27mDpec8dL/Sj+WKTLBTZn9Nw=; b=trZJXoQVcEdPoOEvGR53z1iOtO1qop8RUXO+JvSGy1nmGE+usntHQT/mnsIKdnlfD1 57wikYFCRO+l3nO/JIGT/wMty/2NAlUAs6YvepiDnYJVtvjy25MDNEf37MDghOq7H2pJ 9wjtoMlJ1G0WHqwjkiQx+KVdusgQ1NNHwhrkz+0VQr63ZsQ8P2xSp1Hj2cMTmGZ0UH8R vF8Agq6KjuwTPFjq5uGqELPRq/egtv98JNKLKicyHS2ELT/zkXe6BPJFZveVldJ6wjrI /oVzVirQbjIMA/BKvqDP6B0UcnSvHGS3ev0qNxqo+riEEjUUsXf92eHbhTaeMxM+PrxN BH9A== X-Received: by 10.52.163.133 with SMTP id yi5mr54403575vdb.26.1439568606252; Fri, 14 Aug 2015 09:10:06 -0700 (PDT) Original-Received: by 10.31.92.130 with HTTP; Fri, 14 Aug 2015 09:10:05 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: hX1JhzDZiS8PTZJbdeZJPPeBNWc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c05::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106593 Archived-At: On Fri, Aug 14, 2015 at 9:51 AM, Stefan Monnier wrote: > Even better (to me [and to Erik Naggum ;-)]) would be if Customize could > let you generate and maintain "normal" Elisp code. > > E.g. when you change a setting, it looks for "(setq )" > in your .emacs file, rewrites it to "(setq ) ;Was > " and shows you the result. > > IOW turn Customize into a UI that lets you browse settings and that can > show you what code to use to change them. > +100 /john