Skip to main content
Search titles, bodies, and author names
Found 60,872 posts across 1 forum.

Graphical version of emacs? — #2

There is a version of XEmacs (www.xemacs.org) that does work. Seems to have a few problems and is based on an older version so if you need a feature that has been added in the las…
MacNN Troubleshooting

Graphical version of emacs? — #3

Yes, look on version tracker: http://www.versiontracker.com/vt_mac_osx.shtml It's the closest thing I've come to xemacs for OS X. If you figure out how to change the default fon…
MacNN Troubleshooting

Graphical version of emacs? — #4

Yes, look on version tracker: http://www.versiontracker.com/vt_mac_osx.shtml It's the closest thing I've come to xemacs for OS X. If you figure out how to change the default fon…
MacNN Troubleshooting

Power-Loss Problems with OSX — #2

Quote: Originally posted by osnet00: It just sits there with the smiley apple face and the color wheel animated cursor on the top left corner. I've left it there for s…
MacNN Software

Power-Loss Problems with OSX — #3

Suggestion from someone who doesn't quite know what he's doing so excuse any inaccuracies: This seems to be similar to the last comment, but I'm not quite sure. I had a couple of…
MacNN Software

Power-Loss Problems with OSX — #4

When it says "checking disk" its doing exactly that. I'd leave it there for as long as you can stand (15 to 20 minutes). The key to boot "Verbose" is "v" not c
MacNN Software

NSTimer help — #2

Look at the corresponding Objective C docs for more explanation on parameters used. Manu
MacNN Development

Carbon apps and filename restrictions — #2

The OS9 and OS8.1+ Finders do not support long filenames (OS8.0 doesn't support HFS+ at all, so that point's moot). Therefore, long filenames will be truncated when viewed there, u…
MacNN Development

Project Builder for Java development — #2

It sure can. Just create a "Java" project (not Cocoa or Java-Cocoa), code like normal, and compile. Not only will it make you a .jar file, it will also create a double-clickable i…
MacNN Development

Compiling vim-5.7 source from Softrak — #2

Hi all, Yes, VirtualWolf is right, ./configure does not work "as is". I had to add some parameters. Since I have already installed or at least tried to install things like ncurses…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #3

Simon -- You said you installed termcap...could you tell me how to do that? (From what I can tell, that's what missing..."termcap.h: No such file or directory"). I'll try compili…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #4

VW: If it shouldn't work out, you could try to install the termcap (TERMinal CAPabilities database). You can get it from a GNU mirror. Here's the list of mirrors: http://www.gnu.or…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #5

I'm having problems with the Makefile. I run configure, but when I run make, it runs configure repeatedly (forever as far as I can tell). I'm wondering if this is related to the …
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #6

Woohoo! It compiles! Thanks simon! Unfortunately, there's still a problem: in Insert mode, if I press one of the arrows keys it generates characters, instead of moving the curs…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #7

Congratulations, VirtualWolf. The problem with the arrow keys is unfortunately quite common with vi, e.g. on Solaris. Usually, the cure is to ... install vim On my Mac, it wor…
MacNN Troubleshooting

Compiling vim-5.7 source from Softrak — #8

Quote: The problem with the arrow keys is unfortunately quite common with vi, e.g. on Solaris. Usually, the cure is to ... install vim On my Mac, it works, but I don't…
MacNN Troubleshooting

stdio.h — #2

Just use cc the gnu c compiler ------------------ Cheers and Beers, Mr. M. Chown (Man Chown) ========================
MacNN Development
mp.ls