From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mario Giammarco Newsgroups: gmane.emacs.help Subject: Re: [newbie] emacs flyspell not understands well accented chars Date: Tue, 03 Jun 2003 20:32:43 GMT Organization: TIN Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84znl0ubx6.fsf@lucy.is.informatik.uni-duisburg.de> <87d6hwzah4.fsf@ID-87814.user.dfncis.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1054672951 26522 80.91.224.249 (3 Jun 2003 20:42:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 20:42:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 03 22:42:30 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NIac-0006lS-00 for ; Tue, 03 Jun 2003 22:41:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NIV4-0006EC-F3 for gnu-help-gnu-emacs@m.gmane.org; Tue, 03 Jun 2003 16:35:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.infostrada.it!news-out.tin.it!news-in.tin.it!news1.tin.it.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 61 User-Agent: KNode/0.7.2 Original-NNTP-Posting-Host: 213.45.38.131 Original-X-Complaints-To: newsmaster@tin.it Original-X-Trace: news1.tin.it 1054672363 213.45.38.131 (Tue, 03 Jun 2003 22:32:43 MET DST) Original-NNTP-Posting-Date: Tue, 03 Jun 2003 22:32:43 MET DST Original-Xref: shelby.stanford.edu gnu.emacs.help:114064 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10558 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10558 Oliver Scholz wrote: > Mario Giammarco writes: > [...] >> I HAVE NOT MODIFIED ANYTHING, SIMPLE COPY AND PASTE! > > O.k., o.k., o.k., sorry ... :-) > Obviously I shout not to offend you but just to be clear but.............. it was not a good idea to cut and paste!!!!!!! Infact.... > Unicode-whitespace characters from the range U+2000 to U+200F? This is > the only case I know of that whitespace is treated as a symbol by the > Lisp-reader. > But, as I said: this is just a very wild guess. > BINGO! now it almost works it gives me an error "invalid coding system iso-8859-15" I have tried also iso-8859-1 now I will do other tries > [...] >> Thanks for the lisp mini tutorial! >> But anyway I would like to know also emacs-lisp "api" to make my own >> beautiful macros... > > In that case you should take my explanation with a grain of salt. It > was meant to enable a programmer used to Algol-like languages to make > some more or less educated guesses when exposed to a Lisp expression, > no more. I confess you that years ago I studied lisp in a AI course. My best program was a 8 queen solver. I took an example of prof or book or in internet I do not remember with 4 goto, but in my mind it was not an example of functional programming... I rewrited it (with a lot of pain) in a self modifyng lisp code (the main function build and returned a (function) to itself. If the (function) had some code in it it executed the code, it it was empty the program had finished). The professor liked my code, but then I forgot lisp and "'" "quote" and other things > > When you find the time to do it, have a look at the "Introduction to > Emacs Lisp" (elisp-intro) and the "Emacs Lisp Reference Manual", you > can get both as Texinfo from ftp.gnu.org. > Perhaps 10 years ago these things were not in internet? Any way it is 15 years that I am happy to use emacs to write my code. I like it very much: syntax highlighting, follow mode, flyspell-mode (if it works), etc etc etc