From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken manheimer Newsgroups: gmane.emacs.devel Subject: i'd like to add some files to distribution for an extension to allout-mode Date: Mon, 7 Feb 2011 16:40:47 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297118233 5666 80.91.229.12 (7 Feb 2011 22:37:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 22:37:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 23:37:09 2011 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.69) (envelope-from ) id 1PmZhj-0002ej-I3 for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 23:37:07 +0100 Original-Received: from localhost ([127.0.0.1]:38374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmZLF-0007l0-Bh for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 17:13:53 -0500 Original-Received: from [140.186.70.92] (port=39686 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmYuY-00034X-Tb for emacs-devel@gnu.org; Mon, 07 Feb 2011 16:46:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmYuW-0004xU-JG for emacs-devel@gnu.org; Mon, 07 Feb 2011 16:46:17 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:38447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmYuW-0004wl-Du for emacs-devel@gnu.org; Mon, 07 Feb 2011 16:46:16 -0500 Original-Received: by wyj26 with SMTP id 26so5361525wyj.0 for ; Mon, 07 Feb 2011 13:46:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=IYnRa7htFGghJ/rrW1Pi7HBUSQVdAqtC9JjNmXB1VUM=; b=nrlQAMoJ6YweO+skezZJnuw64bgR48sHJwNBcn61JB7rkFbCGEeADsgY+pF3uLKbcZ 5+n4C/B55acG6BCOQ/XfP0v0/GNOfEBpW5bJ7dDS7ts+HvBVXl3kg7wyh3qpoIDuBcO+ NPLl/cdyntYHVwR7sGCk1mQ1TYPI/s9gtL1Tw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=WcQbw4puHBf5p/m9MMV8Anx07/j/R7H+3u0DhBFSPOXI9VgXLTRatYLCNURVhj8v1F IXQnMqcZ0INyVHeNpZLKymw5hN/gW/lSBcuZp4ujCVI5LYQiGGMfBmMXGKOZflCiEC7P cM3AH7BE2VXCgOagLFxbRBIsdOvIT0h0UFiXU= Original-Received: by 10.227.157.1 with SMTP id z1mr16737766wbw.23.1297114862311; Mon, 07 Feb 2011 13:41:02 -0800 (PST) Original-Received: by 10.216.71.14 with HTTP; Mon, 7 Feb 2011 13:40:47 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:135698 Archived-At: i've got a question about big addition i'd like to make to the allout.el. =A0i would like to release an allout extension which i've been developing and using for a while. =A0the reason i ask about it is because it entails the addition of a new .el file and a directory with graphical icons. the extension, allout-widgets.el, adds graphical guide and bullet widgets to outlines, making the outline structure much more apparent than the purely text-only view. (the look may be similar to the tree widget, but it doesn't use the tree widget.) =A0the extension operates purely through allout exposure hooks, run when allout functions change an outline's exposure or structure. =A0as such, in addition to enhancing the mode, it also would serve as an excellent example of extending allout without creating any dependencies in or changes to allout code. i have a few more small changes before i'll be ready to release it, but wanted to check, before actually adding it to the trunk: are then any reasons for me to refrain from adding allout-widgets.el and its icons directory to the emacs trunk? ken manheimer http://myriadicity.net