― Willdabeast, Tuesday, 10 February 2004 19:18 (twenty-two years ago)
― Pleasant Plains (Pleasant Plains), Tuesday, 10 February 2004 19:20 (twenty-two years ago)
― Dale the Titled (cprek), Tuesday, 10 February 2004 19:23 (twenty-two years ago)
― martin m. (mushrush), Tuesday, 10 February 2004 19:24 (twenty-two years ago)
― Ed (dali), Tuesday, 10 February 2004 19:28 (twenty-two years ago)
― Ned Raggett (Ned), Tuesday, 10 February 2004 19:32 (twenty-two years ago)
Interested to hear about your future sparc adventures.I would love to run one....WIl
― Willdabeast, Tuesday, 10 February 2004 19:32 (twenty-two years ago)
― Dan Perry (Dan Perry), Tuesday, 10 February 2004 20:16 (twenty-two years ago)
― martin m. (mushrush), Tuesday, 10 February 2004 20:16 (twenty-two years ago)
― mei (mei), Tuesday, 10 February 2004 20:23 (twenty-two years ago)
That said, in old age Im always forgetting my sed commands.
― Mr Noodles (Mr Noodles), Wednesday, 11 February 2004 00:40 (twenty-two years ago)
Haha! Give in. I still remember teaching a friend of mine to use emacs commands back in 1993.
― Ned Raggett (Ned), Wednesday, 11 February 2004 02:50 (twenty-two years ago)
― adam (adam), Wednesday, 11 February 2004 03:10 (twenty-two years ago)
― anode (anode), Wednesday, 11 February 2004 03:15 (twenty-two years ago)
― Andrew (enneff), Wednesday, 11 February 2004 03:36 (twenty-two years ago)
i did try emacs but my memory of the built-in tutorial is that it dumps you into a buffer without telling you how to get out of it. i got that far and had to ask someone how to get out of it and, well, never went back. i did have a leaf through a friend's 'emacs command reference guide' but all but one of the commands for the various things were longer than the vim versions. having to use both ctrl and alt keys for some things is awkward, especially on windows keyboards where the windows key sits between them. i also hear stories of RMS himself having such bad rsi that he uses volunteers to type for him.
i thought we had the religion argument last week 8)
andy
― koogs (koogs), Wednesday, 11 February 2004 20:27 (twenty-two years ago)
― Colin Saunders (csaunders), Wednesday, 11 February 2004 20:57 (twenty-two years ago)
― Willdabeast, Wednesday, 11 February 2004 21:09 (twenty-two years ago)
― Ed (dali), Wednesday, 11 February 2004 23:55 (twenty-two years ago)
― Jarlr'mai (jarlrmai), Thursday, 12 February 2004 13:56 (twenty-two years ago)
― Markelby (Mark C), Thursday, 12 February 2004 14:04 (twenty-two years ago)
― Jarlr'mai (jarlrmai), Thursday, 12 February 2004 14:06 (twenty-two years ago)
― Markelby (Mark C), Thursday, 12 February 2004 14:07 (twenty-two years ago)
Instructions for computers to do things.
Neccersary in Unix operating systems very handy in the others .
― Jarlr'mai (jarlrmai), Thursday, 12 February 2004 14:11 (twenty-two years ago)
― Markelby (Mark C), Thursday, 12 February 2004 14:12 (twenty-two years ago)
― Sarah (starry), Thursday, 12 February 2004 14:13 (twenty-two years ago)
If you are writing a script it is similiar but usually you are automating functions controlled by operating system commands
You can also introduce concepts such as loops into commands
A simple script might be to check a directory and if there is a certain file there move it to another location.
so rather than clicking on the directory folder and visually identifing the the file and then copy and pasting it somewhere else. You write a script that uses the text equivalents of those commands to automate this function such a file may look like this
-
if exist c:\temp\logfile.txtthenmove c:\temp\logfile.txt d:\logfiles elseend
Then when this script is activated it does those commands for you very quickly.
― Jarlr'mai (jarlrmai), Thursday, 12 February 2004 14:21 (twenty-two years ago)
― Jarlr'mai (jarlrmai), Thursday, 12 February 2004 14:22 (twenty-two years ago)
Text editor edits text what you do with it is your own business
― Ed (dali), Thursday, 12 February 2004 14:24 (twenty-two years ago)
I also use it for Zelda walkthrough but generally I just load it up on Galeon because it's up and running anyway.
― Sarah (starry), Thursday, 12 February 2004 14:31 (twenty-two years ago)
― Mr Noodles (Mr Noodles), Thursday, 12 February 2004 23:14 (twenty-two years ago)
― Ed (dali), Friday, 13 February 2004 08:39 (twenty-two years ago)
― Orbit (Orbit), Friday, 13 February 2004 08:40 (twenty-two years ago)
― Ed (dali), Friday, 13 February 2004 08:45 (twenty-two years ago)
emacs autoindent can bite my ass though -- i either need to waste a day making it work right or live with it doing exactly what i DON'T want especially in mixed php/html files.
but i need to find how to change the frikin terminal colors coz vi colors the comments blue and it turns real dark blue when sshing in and i need to lean all close to the screen to read...
― Sterling Clover (s_clover), Friday, 13 February 2004 10:31 (twenty-two years ago)
― caitlin (caitlin), Friday, 13 February 2004 11:10 (twenty-two years ago)
― Andrew Farrell (afarrell), Friday, 13 February 2004 11:11 (twenty-two years ago)
― Ed (dali), Friday, 13 February 2004 11:14 (twenty-two years ago)
― Mr Noodles (Mr Noodles), Friday, 13 February 2004 14:02 (twenty-two years ago)
― Mr Noodles (Mr Noodles), Friday, 13 February 2004 14:04 (twenty-two years ago)
Maybe I'm just too young.
― Ed (dali), Friday, 13 February 2004 14:05 (twenty-two years ago)
:set showmatch(':set all' shows you all the available options)
>emacs autoindent can bite my ass though
:set ai turns on autoindent in vim. :set ts=4 and :set sw=4 makes it use 4 character tabs.
>but i need to find how to change the frikin terminal colors coz vi>colors the comments blue and it turns real dark blue
with vim it's just ':colorscheme' (then press space and tab will cycle through the choices). i use a customised colorscheme but it's based heavily on 'murphy' (which i think also uses dark blue for something but it's something less important, like #defines). if you copy your favourite to ~/.vim/colors/something.vim you can edit it there and ':colorscheme something' will pick it up (or put it in your .vimrc)
― koogs (koogs), Sunday, 15 February 2004 22:02 (twenty-two years ago)
― Ricardo (RickyT), Sunday, 15 February 2004 23:00 (twenty-two years ago)
― Mr Noodles (Mr Noodles), Monday, 16 February 2004 00:43 (twenty-two years ago)