zev (Zev Blut)
- Login: zev
- Email: zev@bebear.net
- Registered on: 02/03/2010
- Last sign in: 05/19/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/20/2010
-
10:18 PM Ruby Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
I found another related parse error. Unfortunately, I am not sure how to fix this one.
This is a multi line string that starts on one line and ends on a different line with a ?
Such as:
----
x = 'What do you think abo... -
12:21 AM Ruby Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
=end
-
12:08 AM Ruby Bug #3320 (Third Party's Issue): emacs ruby-mode.el font-lock fails on symboled string ending with ?
- =begin
Fontification breaks when emacs sees a symbol like
:'this is a symbol?'
example code:
----------
class EmacsExample
:symbol
'this is a test'
'is this a test?'
"Can this be a test"
:'this is an e...