Re: Spell Checking

2005-06-08 Thread Shug Boabby
> it's the context sensitive spell checker that makes > emacs/ispell so useful. absolutely! it should be trivial to add simple "check all spelling" to, say, the GTK builds... but being able to get flyspell to switch on/off the system spell checker for regions is something i have no experience with

Spell Checking

2005-06-05 Thread Shug Boabby
hi there, i realise the flyspell and spell checking .el files heavily depend upon spell/ispell/aspell being installed on the system, but many modern GUI libs (such as GTK+2 with GtkSpell and OS X's Aqua/Cocoa) have the ability to add spell checking to any text-input window. can anyone see this kin

Re: "Easy" Windows Emacs

2005-06-05 Thread Shug Boabby
Klaus Berndl wrote, concerning cygwin: > It's not impossible for newbie to do these things hmm, i don't think its an issue of "newbie"-ness... its more one of "not wanting to do"-ness. my friend is very experienced with emacs, windows and LaTeX and simply wants a bundled package which will get her

Re: "Easy" Windows Emacs

2005-06-04 Thread Shug Boabby
> Ok, but emacs add-on don't need a different distribution: just put the > *.el in /usr/local/share/emacs/site-li sp/ or even in ~/emacs/ > You don't need an administrator to do it, a mere _emacs_ user can do that. the spell checker needs aspell/ispell/spell to be installed. last time i checked, M

Re: "Easy" Windows Emacs

2005-06-04 Thread Shug Boabby
> you had used google already, but did not mention that in your request. yes i did... and i quote my original post "google was no help" (2nd line, 2nd paragragh) > rejoice at the new you! errr. yay! ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.o

Re: "Easy" Windows Emacs

2005-06-04 Thread Shug Boabby
> Congratulations! You won our humour contest. it would have been humour if we knew each other and i was therefore able to take it as a friendly jest. as for telling a complete stranger to "fucking google for it" (after they already said they did, with details on why google was no help) to which

Re: "Easy" Windows Emacs

2005-06-04 Thread Shug Boabby
pascal, if you'd bothered to read my post you see that i am not looking for the official distro, i'm asking if there is a binary distro which includes adons such as AucTeX and aspell in the package. some OS X distros do this (like the Japanese Carbon Emacs). i have been unable to find any such wind

"Easy" Windows Emacs

2005-06-04 Thread Shug Boabby
hi there, a friend uses windows and wishes to install GNU Emacs on it. they are a long time SUN with GNU Emacs user, but are used to having the sysadmin do all the dirty work regarding updates and installing the packages she needs... does anyone know of a binary windows version of GNU Emacs which

Re: Carbon Font Size

2005-04-11 Thread Shug Boabby
thanks very much peter, that got it working. however it took: (create-fontset-from-fontset-spec "-apple-monaco-medium-r-normal--14-*-*-*-*-*-fontset-monaco14, latin-iso8859-1:-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac-roman, latin-iso8859-2:-apple-monaco-medium-r-normal--14-140-75-75

Re: Carbon Font Size

2005-04-11 Thread Shug Boabby
> OK, I suggest you try the AquaMacs distribution, which comes preconfigured. no thanks, i don't like it much. i changed my OS X bindings to be more emacs like, i have no intention of then running an emacs distro which aims to copy the OS X original bindings. _

Re: Carbon Font Size

2005-04-10 Thread Shug Boabby
€ still appears as an empty box ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Carbon Font Size

2005-04-09 Thread Shug Boabby
hi there, i wish to use a slightly larger font in the cvs OS X Carbon build, but setting (set-default-font "-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac-roman") makes my §±€ glyphs appear as empty boxes... anyone know how i can get a working size 14 font? the default is nice, its just

Re: dvorak

2005-04-09 Thread Shug Boabby
aawh damn... i was using a custom keymap made with Ukelele and using the official mac one it all works. sorry! now to bother the Ukelele folk... ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: dvorak

2005-04-08 Thread Shug Boabby
same thing happens in the official CVS build :-( anyone using a Carbon build can confirm this by setting the international system preference to a DVORAK layout and noting that in emacs the control sequences follow a QWERTY layout ___ Help-gnu-emacs mail

Re: dvorak

2005-04-08 Thread Shug Boabby
Compiling /Users/shug/emacs/lisp/./cmuscheme.el In toplevel form: cmuscheme.el:96:1:Error: Wrong type argument: listp, min-colors make[1]: *** [compile] Error 1 make: *** [bootstrap-build] Error 2 ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org h

Re: dvorak

2005-04-08 Thread Shug Boabby
aah sorry, read it to hastily... i see the carbon option now... ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: dvorak

2005-04-08 Thread Shug Boabby
but i *want* the Carbon build, not X11 like this document describes ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: dvorak

2005-04-08 Thread Shug Boabby
i am using the carbon build on OS X: http://macemacsjp.sourceforge.jp/en/ an example is typing C-q C-j sends the sequence for C-x C-c, whereas me typing C-x C-c is being interpreted as C-b C-i!! interestingly, console mode works (even other builds over ssh), so this is a carbon specific bug! _

dvorak

2005-04-07 Thread Shug Boabby
i *just* switched to a dvorak keyboard, why are all the escape sequences still assuming a qwerty layout? emacs is now completly broken on my system!!! for *everything* else the transition was flawless! ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.o

Re: left brackets insert both

2005-03-25 Thread Shug Boabby
cool. i am a little confused by this macro... i have only ever written defun's before. why is this a defmac and not a defun? a few more questions if you don't mind... what does the "p\nP" argument to interactive do? what is "cnt raw"? why do you call self-insert-command? sorry for these trivia

Re: left brackets insert both

2005-03-25 Thread Shug Boabby
excellent rgb! i have kept your original function as it is nice anyway, but modified it to this: (defmacro my-bothbraces-if-double (new-txt) "If the last key is the same as this key, insert new-txt and go back a char" `(lambda (cnt) (interactive "p") (if (equal (preceding-char) last-

Re: left brackets insert both

2005-03-25 Thread Shug Boabby
excellent! i had found the exact setup once rgb had pointed me to the function call, but cheers david! however, it is sometimes annoying that a single type of a bracket does this... any chance i could set it only to work on double taps? i get nothing when i try something like: (global-set-key [?

left brackets insert both

2005-03-25 Thread Shug Boabby
hi there, a friend of mine was demonstrating a (pay for) text editor he has for Mac OS X, which had a very nice feature, i am sure it is implementable in Emacs, but my lisp skills are not good enough to code it. could somebody please help me implement it? when the start of a brace pair was typed,

Re: Changing $HOME

2005-03-06 Thread Shug Boabby
> What directory do you see, if you type `C-x d ~ RET'? /Users/shug/GNU: wildcard GNU ls: GNU: No such file or directory but i assure you that /Users/shug/GNU does indeed exist > If not at the right one, please start Emacs like this: > emacs -q --no-site-file --eval '(setenv "HOME" "/User/sh

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
Pascal wrote: > Make it setenv i already tried that (see my first post) ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
cheers pascal... but again, the problem is that i wish to do this in OS X... from the dock start icon. you cannot put a script in the dock, otherwise i would. btw, putenv is void on my version. my original plan was to have two .emacs files: /Users/shug/.emacs which would set HOME and load m

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
i'm afraid not... that was the first thing i tried. try it yourself... what happens if i try to open ~/file on the second loading is that it tries to load the file /Users/shug/GNU/GNU/file instead of /Users/shug/GNU/file i think perhaps finding a way to get OS X to tell Emacs what HOME is on s

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
thanks pascal... but the problem is that i only wish to set HOME for emacs, but not the other dock (or OS X) apps. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
actually Sébastien, that sets the envars for ALL apps opened from the dock. i only want it to set HOME for Emacs. ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Changing $HOME

2005-03-04 Thread Shug Boabby
i do not have a ~/.MacOSX/environment.plist file and i have no idea what to enter in order to get Emacs alone to pick up on a few envars. the following looks like it will help though: http://developer.apple.com/qa/qa2001/qa1067.html cheers! ___ Help-g

Re: Changing $HOME

2005-02-23 Thread Shug Boabby
David Hansen wrote: > On Wed, 23 Feb 2005 23:34:17 + (UTC) Shug Boabby wrote: >> i wish to change the definition of ~/ in the minibuffer. > Setting $HOME before starting emacs should work. In bash: sorry, i should mention... this is on the OS X Panther (CVS Carbon) builds...

Changing $HOME

2005-02-23 Thread Shug Boabby
hi there, i wish to change the definition of ~/ in the minibuffer. i have a folder /Users/shug/GNU which i wish to use as my base... it makes life a lot easier for me since it allows me to seperate the OS X stuff from everything i do in Emacs and the CL. i have tried doing things such as: (