Re: [Refdb-devel] refdb-mode updated (v1.5)
Status: Beta
Brought to you by:
mhoenicka
From: Michael S. <sm...@xm...> - 2003-12-26 01:26:17
|
Markus Hoenicka <mar...@mh...> writes: > Michael Smith writes: > > Happy Holidays. > > > > Same to you. > > > I just checked in a new version of refdb-mode. Changes: > > > > Thanks for these additions. This "X-mas edition" works great for me. > > One minor issue: If I run a query, the output ends up in a buffer > called *refdb-output*. This automatically uses the ris mode and all, > so I'm basically all set to edit and update references. However, the > RefDB menu item is gone in this buffer and I have to manually switch > it on again. Is there anything you can do about this? Yeah, I'll set it up to automatically put the refdb-output buffer into refdb-mode. The only downside to that is, the way I currently have things set up, I think that will mean that every time you run a query and it returns output, Emacs will re-initialize the database list and rebuild the RefDB menu, which (on my machine at least) takes a couple of seconds to do. I had it set up before to build the database list only once at Emacs startup, but changed it because it seemed like bad design to have it slowing things down at Emacs startup. --Mike |