zsh-workers
 help / color / mirror / code / Atom feed
* Re: Completion issues
@ 2000-04-04  9:49 Sven Wischnowsky
  2000-04-04 10:30 ` More SourceForge issues (Was: Completion issues) Geoff Wing
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Wischnowsky @ 2000-04-04  9:49 UTC (permalink / raw)
  To: zsh-workers


Peter Stephenson wrote:

> ...
> 
> Tail-ender:  this is a real bug:
>   % zsh -f
>   % autoload -U compinit; compinit -D
>   % zstyle ':completion:*' completer _expand _complete
>   % zstyle ':<TAB>
>            ^this gets replaced by an character from the upper end of
>             ISO-8859-1 which I didn't particularly want to see.

We need to copy the quoted prefix/suffix when putting them into the
cline.


I've update the ChangeLog for the stuff from yesterday... but rcs2log
is completely unusable for me because it takes ages (so long that I
haven't let it run until the end). Is there a tool to get a ChangeLog
entry template from a diff? Or do I have to write that myself?

Bye
 Sven

Index: Src/Zle/compcore.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/compcore.c,v
retrieving revision 1.2
diff -u -r1.2 compcore.c
--- Src/Zle/compcore.c	2000/04/01 20:49:48	1.2
+++ Src/Zle/compcore.c	2000/04/04 09:42:00
@@ -1982,7 +1982,7 @@
 	    sl = tsl;
 	}
 	if (qisl) {
-	    Cline qsl = bld_parts(qisuf, qisl, qisl, NULL);
+	    Cline qsl = bld_parts(dupstring(qisuf), qisl, qisl, NULL);
 
 	    qsl->flags |= CLF_SUF;
 	    qsl->suffix = qsl->prefix;
@@ -2065,7 +2065,7 @@
 	    line = p;
 	}
 	if (qipl) {
-	    Cline lp, p = bld_parts(qipre, qipl, qipl, &lp);
+	    Cline lp, p = bld_parts(dupstring(qipre), qipl, qipl, &lp);
 
 	    lp->next = line;
 	    line = p;

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* More SourceForge issues (Was: Completion issues)
  2000-04-04  9:49 Completion issues Sven Wischnowsky
@ 2000-04-04 10:30 ` Geoff Wing
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Wing @ 2000-04-04 10:30 UTC (permalink / raw)
  To: zsh-workers

Sven Wischnowsky <wischnow@informatik.hu-berlin.de> typed:
:I've update the ChangeLog for the stuff from yesterday... but rcs2log
:is completely unusable for me because it takes ages (so long that I
:haven't let it run until the end).

rcs2log is really only useful for generating your own ChangeLog entry.
Previous commits by someone else which aren't in the ChangeLog would
need manual adjustment of names & email addresses.  Even if run on
sourceforge (to speed it up) it would still need email addresses updated.
However, I might have missed the decision on how ChangeLog is to be
updated but I would have presumed that people would use useful commit
messages and then the ChangeLog could be generated just before a release
from those messages (and name/email addresses can be replaced then) - the
only real difference to our current ChangeLog format being that files
affected are also listed (and it might not be quite as pretty)

:Is there a tool to get a ChangeLog
:entry template from a diff? Or do I have to write that myself?

One other option is to overload the (currently) theoretical aggregating
commit message tool to also dump info out to some other area (although this
is more complicated since it's hosted on another machine to that we can
run tools on).  Of course, if each developer is responsible for updating
ChangeLog hirself then just save the commit message file to something else
when you're committing and then you've got it handy.
(Or the longer way would be do rcs2log on just those files you updated and
use the appropriate part of ChangeLog generated).

Do people on zsh-workers want to see all these SourceForge messages (to
keep abreast with what's happening or whatever) or is it more suitable
off this list to amongst those developing on SourceForge?

Regards,
-- 
Geoff Wing : <gcw@pobox.com>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@rxvt.org>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@zsh.org>       Phone   : (Australia) 0413 431 874


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-04 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-04  9:49 Completion issues Sven Wischnowsky
2000-04-04 10:30 ` More SourceForge issues (Was: Completion issues) Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).