Ask a Question related to Ruby, Design and Development.
-
Markus Jais #1
Syntax Coloring Problem with Xemacs
hello
I have Xemacs 21.4 and Ruby 1.8.0
whenever I type $' in my Ruby code Xemacs treats the following
Code as string and everything is green.
anyone else with this problem ??
is there a workaround ?
one thing that can be done is putting a "#'" after lines with $'
like this
var = $' #'
but I wonder if there is a better way ?
any hints are welcome
thanks
Markus
Markus Jais Guest
-
Flex Builder 3 Syntax Coloring problem
In FB 3, in the 'syntax coloring' prefs, I can apply different colors to everything except periods, numerals and semi-colons. They appear to all be... -
Problems with ruby mode in Xemacs
The problem is simple: I can get it to work. I'm running Xemacs 21.4.6 from Debian woody. The ruby-elisp files are stored here:... -
perl man pages in xemacs
Hello how can I use xemacs to read perl man pages. currently I do bach$man <PerlPackageName> another point: in the text of a perl doc "See... -
xemacs21-gnome-mule show w/o frame when called as xemacs
I have xemacs21-gnome-mule configured under alternatives to be attached to xemacs21 which in turn is pointed to bu xemacs. When I call it using... -
Ruby syntax-coloring in XEmacs
Is there a patch somewhere that will allow differentiation in syntax-coloring between strings and regular expressions in XEmacs? When I first... -
Greg McIntyre #2
Re: Syntax Coloring Problem with Xemacs
Markus Jais <markusjais@yahoo.de> wrote:
I didn't have this problem but I had other syntax highlighting problems> whenever I type $' in my Ruby code Xemacs treats the following
> Code as string and everything is green.
with various combinations of XEmacs and the Ruby mode file.
After some Lisp fiddling (I'm by no means a Lisp programmer) I managed
to fix all the problems I was having to produce this:
[url]http://members.optushome.com.au/puyo/ruby-mode.el[/url]
And since I use XEmacs 21.4 also, I imagine it'll work for you too. I
give no guarrantees though and if it doesn't work, I can't offer any
more help. Good luck.
--
Greg McIntyre ======[ [email]greg@puyo.cjb.net[/email] ]===[ [url]http://puyo.cjb.net[/url] ]===
Greg McIntyre Guest
-
Markus Jais #3
Re: Syntax Coloring Problem with Xemacs
Greg McIntyre wrote:
thanks. but it still does not work.> Markus Jais <markusjais@yahoo.de> wrote:>>> whenever I type $' in my Ruby code Xemacs treats the following
>> Code as string and everything is green.
> I didn't have this problem but I had other syntax highlighting problems
> with various combinations of XEmacs and the Ruby mode file.
>
> After some Lisp fiddling (I'm by no means a Lisp programmer) I managed
> to fix all the problems I was having to produce this:
>
> [url]http://members.optushome.com.au/puyo/ruby-mode.el[/url]
>
> And since I use XEmacs 21.4 also, I imagine it'll work for you too. I
> give no guarrantees though and if it doesn't work, I can't offer any
> more help. Good luck.
>
maybe I will eventually have some time to read the elisp documentation.
markus
Markus Jais Guest



Reply With Quote

