From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Associated notes with documents Date: Thu, 21 Jul 2005 01:59:39 -0500 Message-ID: References: <1121914017.718653.310620@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121929890 1797 80.91.229.2 (21 Jul 2005 07:11:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2005 07:11:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 21 09:11:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DvVD6-0005CA-7p for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jul 2005 09:11:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvVFB-0002X5-1k for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jul 2005 03:13:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvVEU-0002Md-2m for help-gnu-emacs@gnu.org; Thu, 21 Jul 2005 03:12:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvVEO-0002J6-Cq for help-gnu-emacs@gnu.org; Thu, 21 Jul 2005 03:12:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvVEK-0002Fu-VC for help-gnu-emacs@gnu.org; Thu, 21 Jul 2005 03:12:29 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvVBW-0000Vd-BC for help-gnu-emacs@gnu.org; Thu, 21 Jul 2005 03:09:34 -0400 Original-Received: from lab50.ma.utexas.edu (mail@lab50.ma.utexas.edu [128.83.133.155]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j6L6xdS28749; Thu, 21 Jul 2005 01:59:39 -0500 Original-Received: from jcorneli by lab50.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1DvV1v-0004wI-00; Thu, 21 Jul 2005 01:59:39 -0500 Original-To: help-gnu-emacs@gnu.org Original-Newsgroups: comp.emacs, gnu.emacs.help In-reply-to: <1121914017.718653.310620@z14g2000cwz.googlegroups.com> (Chris.Lott@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28043 Yes, er, sort of - I'm working on this right now. My implementation isn't quite ready to drive off the lot but you can kick the tires a little if you like, http://www.nongnu.org/hdm/ look in the "scholium system" subdirectory for something called sbdm4cbpp.tex (don't worry, its literate). I can also try to make sure that you can make the system do what you want it to do, 'cause its supposed to be general. But that said, you may be able to find some other more specific less generally and already 100% functional package out there to do what you want, and if you do I'd be interested to know about it. Be aware that I will be releasing the code for real, RSN. Comments hacks & suggestions welcome. I'm trying to figure out an automated way to have a "notes" window associated with documents while using emacs. Ideally, the associated notes file for a document would open up automatically with the document inside a split window of some kind. If there were no notes, then entering something in that window and saving it would automatically create the notes file, which would open with the document next time. Is there any code out there that does this kind of thing? c