Roaming in Emacs -- sydict v0.3

Source: Internet
Author: User

Time-stamp: <2011-02-01 12:46:56 Sylvester>

I wrote an article earlierArticleUse Emacs to build my dictionary (sydict)
And released its original version. The original article used VimWI think I have something to do.
I laughed and used other editors (Vim) to write Emacs.WSeries of articles. The reason is that
The evil ibus cannot be started in Emacs. The result of using C-<SPC> is nothing more than jumping out of the message mark.
Active, make deactive. Later, I finally met the ibus. El artifact.
This has finally solved the stubborn problem that Emacs cannot use the Chinese input method. So excited!

I have been reading the information on EMACS Info over the past few days. I also refer to the elisp generation written by some authors.
Code, while drumming elisp manual, I finally realized the simplicity of sydict.
Dumb. In the past few days, SourceForge will not be attacked (* ^__ ^ ......), Upload the script,
Write an article together to record the experiences and improvements.

Sydict is a script written in Emacs.Program. This program can complete unfamiliar tasks in Emacs.
The English word query function provides the output of Word Interpretation. The original version has already been used in the previous article mediation
Yes, but since that version was developed at will, it took only a few hours.
Many vulnerabilities. The current version has been restructured to make it easy to operate and user experience.
The improvements are as follows:

 
; 0.3 mon Jan 31 2010; 1. write result into a partical buffer, defalut "* sydict *"; 2. using help mode to view result .;; 3. using 'With-help-window' for displaying result that; help shrinking length of function of; 'sydict-look-up-word '.;; 4. setting a new function 'sydict-buffer '.;; 5. record history, word predictation, word auto completion.

The following describes the improvements of this module:
1. Use the new buffer name * sydict * to replace the default * shell command output *.
2. Use the call-process function to replace the original shell-command function.
4. Use the help mode to output explanations, instead of the default fundamental mode.
5. Use the function with-help-window to output results, reduce the function length, and increase execution efficiency.
6. Use the sydict-buffer function to create and return the * sydict * buffer.
7. Separate the sydic index information.
8. Word prediction: the word is used as the default word when the cursor calls the query function around the word.
9. Automatic completion of words. You do not need to enter the complete words. The script automatically completes your input and dictionary.
The candidate words are given after comparison. If there is only one candidate word, the word is used as input.
.
10. Save the word query record and add the history records queried by the user to a specific file (you can set whether to enable
This function and the saved location ).

SydictCodePrediction

Sydict auto-completion Function

Address: http://sydict.sourceforge.net/

: Https://sourceforge.net/projects/sydict/files/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.