You cannot post messages because only members can post, and you are not currently a member.
Description:
Ymacs is an extensive text editor that works in a browser. It follows to some extent the architecture of Emacs and its key bindings, and has a few specialized modes for writing programs (currently JavaScript and XML) which provide syntax highlighting and automatic indentation.
|
|
|
Google Chrome Hotkeys Bug?
|
| |
I just came across your site and tried the movement hotkeys, C-a, C-f,
C-n, etc.
I noticed that when using Chrome, C-n creates a new window instead of
moving to the next new line. The others that I tested seem to work
fine.
C-n works fine in firefox.
Best,
Brent
|
|
scrollbar sending messages to editor
|
| |
Hi,
I changed ymacs.css to have:
.Ymacs-frame-overlays {
overflow: auto; /* hidden */
position: relative;
...
So now I have scrollbars when they're needed (i also removed the
1000px padding at the bottom):
.Ymacs-frame-content {
white-space: pre;
/* padding-bottom: 1000px; */
...not sure why that is there, hopefully it's not required for something.... more »
|
|
Crazy idea - why not connect web based emacs with a running emacs?
|
| |
Would it not be possible to have your excellently written web based
emacs connected to one running on a webserver - ie just reflect
keystrokes etc into that emacs and then update the web based one with
the screen of the real emacs ?!
That would be mega-awesome... And I don't say this for a lot of stuff... more »
|
|
We moved to GIT
|
| |
Hi folks,
Not sure anyone is reading this list, but here goes: Ymacs moved to
GIT starting today, and the official repo is at [link]
Not much news in the last X months (but they say that no news is good
news ;-)
I'm planning to resume development soon on some features — for now:... more »
|
|
ruby mode?
|
| |
has anyone started on a ruby-mode for ymacs yet?
thanks,
-joe
|
|
Ymacs without menu and not wrapped in a dialog?
|
| |
Hi,
I'd like to have ymacs run without the menu. I tried this:
var xml = new Ymacs_Buffer({ name: "index.html" });
var ymacs = window.ymacs = new Ymacs({ buffers: [xml] });
ymacs.setColorTheme([ "dark", "y" ]);
var layout = new DlLayout({});
layout.packWidget(ymacs, { pos: "top", fill: "*" });... more »
|
|
org-mode in ymacs
|
| |
Hello
I've been talking about implementing org-mode feature in Yamcs to
Mihai some 2 months back. Now I am about to getting started with the
work. I've experience with languages like C, python & elisp but not
with javascript. Though I am familiar with the language but not an
expert.
I've been exploring through the code base of the Ymacs project and... more »
|
|
server side module
|
| |
Hi Mihai,
Ymacs is awesome. It's real emacs close on browsers.
I want to edit files on my server.
Do you have any ideas for relationship to my server?
If you have server side module, Could you open the code?
Thanks
Yuichiro
|
|
syntax highlight
|
| |
Hi all,
Does anyone know how does the syntax highlight works in ymacs? As it
has the best color balance i've seen around, and how to extend the
syntax highlighter with more languages?
Thanks a lot!
Jason
-- [link] - AJAX code editor
|
|
|