Questions tagged [synonyms]

4 questions
6
votes
1 answer

Synonyms in Emacs: thesaurus and synonyms modes

I'm trying to use a mode in emacs 24.4.1 for synonyms propositions. I saw those three modes: synonymous, thesaurus and synonyms. My problems are: synonymous is apparently not working in emacs without X (i.e. using emacs -nw). The menu is correctly…
khourhin
  • 163
  • 1
  • 7
2
votes
2 answers

Synonyms search for Spanish

I write from time to time: tales, short novels, etc. Everything in Spanish (I'm not very fluent in English). And I use Emacs since long time ago for everything I write (not only Literature related texts, but for programming, task management,…
J C Gonzalez
  • 365
  • 4
  • 9
2
votes
2 answers

advising two `synonyms.el` functions using `defadvice`

What's the best way to simplify this? (defadvice synonyms (after synonyms-jump-to-window) (switch-to-buffer-other-window "*Synonyms*")) (defadvice synonyms-no-read (after synonyms-jump-to-window) (switch-to-buffer-other-window…
iLemming
  • 1,223
  • 9
  • 14
1
vote
2 answers

How to semantically search in emacs?

Is there a semantic script/db for emacs which I could use to extend some search functions? E.g. Search for create with helm-org and get both headings from the example below returned: * Create foo * Make foo
jjk
  • 705
  • 4
  • 16