HI Chris: Thanks for links, hopefully I can get something written before Rob's deadline, else I have more time for the 2nd edition. Anyone got good gnuemacs...
34
Phil Hagelberg
theyellowish...
Oct 13, 2006 3:53 pm
Hey fellas. I just got back from a vacation wherein I talked with Geoffrey Grosenbach. He talked about his new site peepcode.com that sells quality screencasts...
35
Forrest Chang
fkchang2000
Oct 13, 2006 6:19 pm
That's cool. One of these days I'll get around to some "enticer" screencasts. Marshall made one that's pretty good. Forrest ... From: Phil Hagelberg...
36
Phil Hagelberg
theyellowish...
Oct 16, 2006 10:11 pm
... Is there anything specific you had in mind? I took a simple window shot you can use at http://technomancy.us/images/emacs.png -Phil...
37
Paul Stickney
pstickne
Oct 17, 2006 5:30 pm
... 4.7MiB? I can't open this file in any standard MS/Windows program (IE, Office Picture Manager, Image Viewer, etc). Paul...
38
Phil Hagelberg
theyellowish...
Oct 17, 2006 6:14 pm
... s/png/jpg/ for a compressed version. ... Heh. That sucks... you should get that fixed. =D -Phil...
39
Forrest Chang
fkchang2000
Oct 18, 2006 5:53 pm
Hi All: Before I go and write one, anyone already written a "run-test-for" function? I want to run the same method to run a test, whether I'm in the test...
40
Dave
tfhma
Oct 18, 2006 8:04 pm
When I work on a larger project (ruby or otherwise) I'd like to stay in emacs, but often find myself outside in a directory browser. While file finding and...
41
Chris Lowis
c_lowis
Oct 18, 2006 8:23 pm
... I'm not so familiar with it, but will Speedbar (http://cedet.sourceforge.net/speedbar.shtml) do what you want ? I don't like having more than one frame, so...
42
Phil Hagelberg
theyellowish...
Oct 18, 2006 8:38 pm
... Speedbar is pretty close to what you're describing. However, I find that I'm a lot more efficient with keeping my hands on the keyboard and using...
43
Forrest Chang
fkchang2000
Oct 18, 2006 8:57 pm
There's speedbar like functionality in ECB as well and it's a vertical buffer in the same frame as what you speak of. if you use psvn.el, it works as directory...
44
Doug Alcorn
lathinet
Oct 19, 2006 1:18 pm
... I wrote this: (defun ruby-test-file() (interactive) (let* ((filename (buffer-file-name)) (class-name (if (string-match ".*/\\(.*?\\)\\(_test\\)?.rb" ...
45
Phil Hagelberg
theyellowish...
Oct 19, 2006 6:30 pm
... Thanks for your hacks; they're useful. It sounds like you're still working with arorem. Most of the active development now is on Rinari. It would be great...
46
Phil Hagelberg
theyellowish...
Oct 22, 2006 4:52 pm
We started a channel for discussion of emacs+ruby/rails, hop on #rinari on Freenode to join in. -Phil...
47
Paul Stickney
pstickne
Mar 23, 2007 11:34 am
I added rhtml-dashize. Here is what the doc-string says: "Add or remove dashes from the end of ERb blocks. The dash tells ERb to strip the following newline....
48
Phil Hagelberg
theyellowish...
Mar 23, 2007 4:31 pm
... Shoot, we're supposed to be *announcing* new features? I thought we just check them in and have people go over the diffs. =) Seriously though; you (Paul)...
49
Paul Stickney
pstickne
Mar 23, 2007 11:49 pm
It's better but there is still a good bit of improvement. The best solution might just be to fully integrate the HTML+Ruby highlighting. The only problem...
50
Phil Hagelberg
theyellowish...
Jun 17, 2007 9:06 pm
Hey fellow rinari hackers. I've been thinking recently about the state of the project. Not much has happened with it in the past few months, and it doesn't...
51
rab6687
Nov 4, 2007 2:50 pm
Something DrNic said (had implicit in his slides) was the ".erb" extention. It made me realize that "rhtml-mode" should really be called 'erb-mode39; or perhaps...
52
Phil
theyellowish...
Nov 7, 2007 1:18 am
Hello Emaculate Rubyists! I hope you had an excellent RubyConf weekend. (Or alternatively an acceptable weekend-in-which-you-were-unable-to-attend-rubyconf, in...
53
Phil
theyellowish...
Nov 7, 2007 4:10 am
Something I forgot to mention in the last email is how to divide up the various pieces of functionality mentioned. I think the way to go is for each piece to...
54
Forrest Chang
fkchang2000
Nov 7, 2007 11:43 am
Something else we should do is also somehow inventory what our various customizations/ workflows are and possible select the best core subset as the common...
55
rubikitch@...
Nov 7, 2007 2:58 pm
From: "Phil" <lists@...> Subject: [ruby_emacs_dev] Re: Emacs Strike Force Date: Wed, 07 Nov 2007 04:10:20 -0000 ... Do you know fastri? ...
56
Xiaohui Lu
youzhiqingnian
Nov 8, 2007 3:12 pm
Hi, What's the best way to read ruby docs in emacs? Do I need to convert rdoc to info files myself? is there a equivalent to cperl-mode39;s cperl-perldoc?...
57
Patrick Ritchie
patrick_flas...
Nov 8, 2007 3:54 pm
ri-emacs is quite good. http://rubyforge.org/projects/ri-emacs/ Especially when used in combination with fastri: http://eigenclass.org/hiki/fastri Cheers! ...
58
istarex
Nov 14, 2007 10:37 pm
All, Maybe we should setup a project on RubyForge/lighthouse/[insert software development hosting sight here] to help organize the Strike Force? - Istarex...
59
Michael V. O'Brien
mvobrien
Nov 23, 2007 5:27 am
Have you gotten any feedback on this? It sounds like a great idea. There's also an IRC channel on irc.freenode.net - #emaculate-strike- force -Michael...
60
Forrest Chang
fkchang2000
Nov 23, 2007 6:11 am
Seems reasonable. We setup the rinari rubyforge site sometime around last years RubyConf for such a thing, but it seems that this will be a larger, more...
61
istarex
Nov 24, 2007 7:28 pm
How about just "emacs-strike-force"?...
62
Chris Lowis
c_lowis
Nov 27, 2007 3:44 pm
Tim Bray's survey of the tools Ruby/Rails developers uses is up: http://www.tbray.org/ongoing/When/200x/2007/11/26/Ruby-Tool-Survey Interesting for us, Emacs...