Re: [PATCH] Remove hardcoded bibkey from paragraph

2003-02-17 Thread Andre Poenitz
On Sat, Feb 15, 2003 at 02:02:19AM +, John Levon wrote: > > This patch removes the hardcoded bibkey handling from paragraph and uses > > the bibkey inset "stand alone" in the paragraph itself (much like the > > OptArg inset). > > I hate to pick you out, especially when it's so well motivated,

Re: [PATCH] Remove hardcoded bibkey from paragraph

2003-02-14 Thread John Levon
On Fri, Feb 14, 2003 at 06:04:43PM +0100, Andre Poenitz wrote: > This patch removes the hardcoded bibkey handling from paragraph and uses > the bibkey inset "stand alone" in the paragraph itself (much like the > OptArg inset). I hate to pick you out, especially when it's so well motivated, but it

Re: [PATCH] Remove hardcoded bibkey from paragraph

2003-02-14 Thread Angus Leeming
Andre Poenitz wrote: > > This patch removes the hardcoded bibkey handling from paragraph and uses > the bibkey inset "stand alone" in the paragraph itself (much like the > OptArg inset). Great work. Apply it I say ;-) -- Angus

[PATCH] Remove hardcoded bibkey from paragraph

2003-02-14 Thread Andre Poenitz
This patch removes the hardcoded bibkey handling from paragraph and uses the bibkey inset "stand alone" in the paragraph itself (much like the OptArg inset). Goal is to remove this hard coded stuff from paragraph.C, not to make bibkey handling nicer. I added a new lfun bibkey-insert and put a co