Lines Matching +refs:csh +refs:line +refs:to +refs:string

20  # (great, looks good to me. Got everything containing a nonnumeric, no more, n
44 The [MAN page description] for =~ and !~ just refer to "(see [Filename
46 The actual filename globbing looks correct to me, but the pattern
57 Currently I can't get ssh to have the right environment unless it is a
59 to different machines with different environments. One thing to do
60 would be to not have the different environment for login compared to
71 In Linux tcsh is unable to limit vmemoryuse. This is because
78 %40devron.myhome.or.jp None of these patches seems to have been
83 New idea: use last line (or n'th line) of output as input to new
94 Now the way I accomplish writing the last line, is by moving the mouse
95 over the last line, and the copy paste it. It would be very nice, if
101 which would insert the last line of output, similarly <M-2> could
102 insert the second last line of output. (the exact commands used is of
105 This could save me a couple of times to the mouse everyday -
112 Fix memory leak related to aliasrun(). Precmd, Cwdcmd etc. leak
115 Fix migrate -site $$... Seems to hang... (aix370)
121 Lots of people seem to like the idea to be able to do sed type
123 variable editing to understand string operations. So I would like to
124 be able to use:
140 This is a string.
146 I tried to fix that (most of the code is in sh.sem.c, but it works
150 Fix the correct code... How to do that involves A.I....
152 Rewrite the whole thing. It has taken to much beating over the
155 Add another hook like precmd to be executed after the prompt but
162 It is possible to match the words with ([0-9]) after them. Links could
166 Add OpenBSD?? to the Makefile, etc.
168 A Csh compatability mode would be nice: I know tcsh is supposed to be
169 fully csh compatible, but csh scripts containing such constructs as
171 valid csh commands, will produce syntax errors or the like with tcsh,
172 which is frustrating when writing/maintaining csh scripts which have
173 to run on systems with only tcsh and systems with only csh. If such a
178 library, or a callback to another program that allows another pass to
181 cheer, lol, etc to produce output if they weren't actually valid
190 expand it properly to something like
218 i wish for read-only CVS access to the sources (as i am on the
221 Functions would be useful! As would being able to redirect stderr (or
227 bit set, so it's kind of pointless to have that completion.
237 it because the implementation is not robust enough to keep TCSH from
239 back to it at some point! --Waz
245 Unicode (UTF-8) doesn't seem to work. It's not even possible to "make
251 In addition to message catalogs, there are more problems:
262 When I have a script called from complete I would like to have the the
263 existing text from the command line passed to that script so that it
264 can look at all existing words to detemine what it should output as
276 to base its -x completions on the options given for -a and -b (or if
282 be manually passed to the script: complete prog 'n/-x/`myscript
287 available anywhere, but I did manage to achieve what I wanted by
288 adding the following two lines around the call to tw_complete (line
296 And I added a definition for STRCURRCMDLINE to be "CURRCMDLINE".
298 This provides the environment variable CURRCMDLINE to any
301 to use, but have it readable enough to understand what it is for. It