Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
aspell y emacs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
usergen
n00b
n00b


Joined: 05 Apr 2008
Posts: 37

PostPosted: Wed Nov 26, 2008 11:10 pm    Post subject: aspell y emacs Reply with quote

Tengo instalado emacs y aspell-es (también ispell-es), pero al querer corregir ortografía de un texto en emacs, no me aparece el diccionario "spanish".
Además, al cargar emacs me aparece:
Code:
Warning: no fonts matching `-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-1' available [2 times]
Warning: no fonts matching `-*-*-medium-r-normal-*-16-*-*-*-*-*-iso8859-1' available
Warning: no fonts matching `-*-*-*-r-normal-*-16-*-*-*-*-*-iso8859-1' available
Warning: no fonts matching `-*-*-*-*-normal-*-16-*-*-*-*-*-iso8859-1' available
Warning: no fonts matching `-*-*-*-*-*-*-16-*-*-*-*-*-iso8859-1' available [2 times]
("/usr/bin/emacs")
Loading /usr/share/emacs/site-lisp/auctex/tex-site.el (source)...done
Loading easymenu...done
Loading time...done
Loading paren...done
Loading time-date...done


Como soluciono el problema?
Back to top
View user's profile Send private message
Zagloj
Guru
Guru


Joined: 17 Jun 2005
Posts: 344

PostPosted: Mon Dec 01, 2008 10:17 am    Post subject: Reply with quote

Postea tu .emacs, mientras te dejo cómo hago yo que funcione (uso aspell):
Code:
(setq-default ispell-program-name "aspell")
(setq-default ispell-extra-args '("--reverse"))


Espero que te sirva, para llamar el diccionario lo hago desde auctex, así que el macro no te servirá, pero para texto normal también funciona, incluso puedes activar el flyspell si te gustan esas cosas.

También necesitamos la versión de emacs, 21,22 ó 23, cambian bastante, la 22 es la que ya permite uso de unicode y la 23 permite antialiasing, si una config de emacs23 la pusieras en emacs22 con las fuentes con antialias y demás te saldrían errores similares a los que expones, si mal no recuerdo (abandoné la 23 porque no me aportaba mucho y no soportaba ciertas funciones de emacs, como w3m).

Pd Yo nunca tengo que seleccionar el diccionario spanish, prueba sin más.
_________________
Your ideology seems to be: "I hate the fanatics, we shoud kill them all" juantxorena dixit.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum