How "dictionary" works? I never used it before.
There is a ahk-mode.el, but we don't include AutoHotKey program, we should
include it? Here
http://code.google.com/p/ergoemacs/wiki/DeveloperIntro says that
we will include it, but we don't. Also I don't see any relationship between
AutoHotKey and a text editor (why ErgoEmacs should include it?).
On Fri, Oct 2, 2009 at 1:30 AM, Xah Lee <xah...@gmail.com> wrote:
> On Thu, Oct 1, 2009 at 7:44 PM, David Capello <davidc...@gmail.com>
> wrote:
>> Why we include POV-Ray mode?
> POV-Ray is a pretty popular open source ray tracing program and 3d modler...
> probably the most widely known.
> see http://en.wikipedia.org/wiki/POV-Ray if you don't know already.
I know about POV-Ray, I was just thinking if we should include packages for
every little niche out there (maybe not so little, anyway I don't know too much
editors with povray support).
>> How "dictionary" works? I never used it before.
> you can call dictionary-lookup-definition, which looks up definition of the
> current word.
> (it gets info from dict.org and display result in split pane)
Sounds great. I'll try it.
>> There is a ahk-mode.el, but we don't include AutoHotKey program, we should
>> include it? Here
>> http://code.google.com/p/ergoemacs/wiki/DeveloperIntro says that
>> we will include it, but we don't. Also I don't see any relationship
>> between
>> AutoHotKey and a text editor (why ErgoEmacs should include it?).
> AutoHotKey seems to be a popular keyboard macro software for Windows... i
> included a mode for editing its scripting lang.
> http://en.wikipedia.org/wiki/AutoHotKey
> these packages are small... and seems useful. Are you thinking they
> shouldn't be included?
I don't know how much popular is AutoHotKey, but again, I don't
see too much editors with AutoHotKey files support.
With this I want to say that we should focus in mainstream programming
modes (Java, C++, C#, Python, PHP, Ruby, etc.) and text modes (XML,
HTML, CSS, LaTeX, etc.). E.g. It makes sense to include a VBS mode,
ASP, .bat, etc. But I don't know how many people will use POV-Ray mode.
Maybe we should start thinking in a way to download & install extra
packages in a easy way (also some kind of "check updates", etc.).
I think there is a thread about these issues in Emacs-devel mailing list.
Bye
On Fri, Oct 2, 2009 at 1:30 AM, Xah Lee <xah...@gmail.com> wrote:
> AutoHotKey seems to be a popular keyboard macro software for Windows...
About this, I recommend you to try Launchy, it is a good program to
start programs.