From: Water Lin <WaterLin@ymail.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: Can I build a dictionary in my Emacs?
Date: Fri, 27 Nov 2009 16:32:53 +0800 [thread overview]
Message-ID: <87pr74fjuy.fsf@ymail.invalid> (raw)
In-Reply-To: 87zl69vsq3.fsf@lion.rapttech.com.au
Tim X <timx@nospam.dev.null> writes:
> Water Lin <WaterLin@ymail.invalid> writes:
>
>> I want to build a dictionary in my Emacs. So I can put my specific
>> words, expressions and their meanings into it.
>>
>> By doing this, when I need them, I don't need to google them out again.
>>
>> I don't know if it is suitable to call it dictionary, but it likes
>> dictionary.
>>
>> Any good suggestions?
>>
>> Thanks
>>
> Emacs lisp has support ofr hashes and essentially, that would provide
> the basic abstraction you want, but there is considerable work to
> provide a useful interface etc. This is work that is pretty much already
> done by other packages, so I feel you would be re-inventing a new
> wheel.
>
> for example, emacs integrates well with spelling checkers, such as
> ispell and most of these have support for including a personal
> dictionary and adding words to the dictionary. As this is integrated
> into things like spell checking and packages like flyspell, you get the
> benefit of standard funcitons, such as spell checking using your
> personal dictionary as well as the ones that come built-in.
>
> Rather than build/write your own, look into emacs support for spell
> checking and see if you can add your word definitions to that existing
> mechanism. Less work and easier to maintain in the long-term.
>
> Tim
Ok, Thanks, I will read something about ispell later.
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.waterlin.org
Email: WaterLin@ymail.com
next prev parent reply other threads:[~2009-11-27 8:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-26 3:12 Can I build a dictionary in my Emacs? Water Lin
2009-11-26 11:00 ` Pascal J. Bourguignon
2009-11-26 11:54 ` Lennart Borgman
2009-11-26 22:14 ` Tim X
2009-11-27 8:32 ` Water Lin [this message]
2009-11-27 11:37 ` Colin S. Miller
2009-11-27 22:50 ` Tim X
2009-11-28 3:07 ` Stefan Monnier
2009-12-03 18:22 ` Drew Adams
2009-11-29 9:43 ` Andreas Röhler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pr74fjuy.fsf@ymail.invalid \
--to=waterlin@ymail.invalid \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.