From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: line-move-visual Date: Fri, 10 Jul 2009 10:20:11 -0700 Message-ID: References: <200907092112.21879.jem@iki.fi> <87ocrtulzd.fsf@bzg.ath.cx> <87tz1lja6l.fsf@bzg.ath.cx> <83ocrsykx7.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247246925 21200 80.91.229.12 (10 Jul 2009 17:28:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jul 2009 17:28:45 +0000 (UTC) Cc: handa@m17n.org, joakim@verona.se, emacs-devel@gnu.org, bastienguerry@googlemail.com, 'Eli Zaretskii' , jem@iki.fi, 'Scot Becker' , miles@gnu.org To: "'Lennart Borgman'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 10 19:28:37 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MPJtk-000372-Da for ged-emacs-devel@m.gmane.org; Fri, 10 Jul 2009 19:28:36 +0200 Original-Received: from localhost ([127.0.0.1]:58037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPJtj-0004SI-Ni for ged-emacs-devel@m.gmane.org; Fri, 10 Jul 2009 13:28:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPJls-00020F-O3 for emacs-devel@gnu.org; Fri, 10 Jul 2009 13:20:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPJlo-0001vI-Rx for emacs-devel@gnu.org; Fri, 10 Jul 2009 13:20:28 -0400 Original-Received: from [199.232.76.173] (port=38294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPJlo-0001v2-IX for emacs-devel@gnu.org; Fri, 10 Jul 2009 13:20:24 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:48098 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPJll-0004uP-CO; Fri, 10 Jul 2009 13:20:21 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6AHLkmN003294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 10 Jul 2009 17:21:47 GMT Original-Received: from abhmt001.oracle.com (abhmt001.oracle.com [141.146.116.10]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6AHKM7D006273; Fri, 10 Jul 2009 17:20:22 GMT Original-Received: from dradamslap1 (/24.5.190.74) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 10 Jul 2009 10:20:13 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcoBeqgEKW6NxEMPR46zls7/66qOOAABwhvQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt001.oracle.com [141.146.116.10] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A57784F.0159:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112315 Archived-At: > >> I have wondered whether 'customize' is capable of > >> letting a user collect an arbitrary set of variables for > >> the attention of other users. (Seems that the groups a > >> variable belongs to are hard coded, though). > > > > Something like an `add-group' function that would let you > > easily add a Customize group to a given option or face? > > Yes, that could be useful. > > (custom-add-to-group 'my-group 'my-variable 'custom-variable)) Well, whaddya know?! Forgot about it, I guess. So all that's missing in this regard is an easy, non-Lisp way for users to do the same thing - e.g. a button in Customize. And then perhaps a good way for users to share their groups (a la skins). Maybe just create an EmacsWiki page (e.g. GroupsAsSkins) where people can upload their groups to share. But that would mean also having Customize produce a `custom-add-to-group' entry when you add a group to an option, so you could then extract that code from your custom-file to share.