> all three R bundles (R, R Console (Rdaemon), R Console (R.app)) are now uploaded to macromates' svn repository (Review trunk).
First of all, thank you for the continued development of these
excellent bundles!
When using these new versions of the Rdaemon and R bundles, the first
time I send code to Rdaemon from an R file, it works fine. After that,
however, I can't send any more code (i.e. nothing happens) until I
kill and restart the Rdaemon. The Rdaemon console continues to
function on it's own. Sending code to R.app works fine.
It works fine for me with the previous versions of these bundles.
This is R 2.6.1, TextMate 1.5.7 (1455), OS X 10.5.2.
Any ideas?
Cheers,
Sean
Hi,
all three R bundles (R, R Console (Rdaemon), R Console (R.app)) are
now uploaded to macromates' svn repository (Review trunk).
- to install them simply delete them using the Bundle Editor and
restart TM.
- have a look at http://wiki.macromates.com/Main/SubversionCheckout
for details how to checkout
- an example script
export LC_CTYPE=en_US.UTF-8
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
svn co 'http://macromates.com/svn/Bundles/trunk/Review/Bundles/R
Console (R_app).tmbundle'
svn co 'http://macromates.com/svn/Bundles/trunk/Review/Bundles/R
Console (Rdaemon).tmbundle'
svn co 'http://macromates.com/svn/Bundles/trunk/Review/Bundles/
R.tmbundle'
- reload Bundles
Changes:
1) R
- web search for the current word using RSeek.org
- if Rdaemon runs Send Doc/Selection to Rdaemon simply sends the code
to R without opening console.Rcon
2) Rdaemon
- starts faster
- Graphic Manager (prototype) opt+apple+G 1
If one has opened several graphic devices (x11, png, quartz, etc.)
the Graphic Manager will display previews of all devices (not yet for
pdf() or postscript() and the original devices are still open). One
can click on a preview to set it to the current device, one can close
a device (or all), and one can save a device as pdf, eps or as 150
dpi png, jpeg, tiff, pict, bmp, gif, sgi, jpeg 2000, tga, psd in
color or as grayscale. The preview by itself is a pdf, thus one can
drag&drop it to a location.
(Feedback is highly welcomed!)
- second syntax highlighting "Plain" to suppress the highlighting of
R's output
- and some minor fixes
Have fun,
Hans
Would it be possible to have something like flymake (http://flymake.sourceforge.net/
) for TextMate?
If it's not currently possible to build such a feature as bundle,
could it be possible in TextMate 2?
Maybe someone has already thought about this and could post some
conclusions/reasons/show-stoppers to the list.
I was a bit surprised that searching for "flymake" in the list
archives and the wiki didn't yield any results.
Of course, "flymate" comes to mind as a the natural name for such a
functionality. :-)
-Jojo
Is it possible to disable soft-wrap for specific parts of a document?
Example: In Markdown I would like to be soft-wrap on *except* inside
tables.
Thanks
Gerd
Hi!
I installed MacTeX today with the Leopard-Fix for making the
TeX-environment-switch possible. I added /usr/texbin to my .bash_login
as well.
TeXShop has no problems rendering files. TextMate just tells me:
/bin/sh: kpsewhich: command not found
Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
My tip: the path-variable TextMate uses doesn't include /usr/texbin
When I type env in the Terminal I get a PATH that includes /usr/texbin
but it seems that the stuff from .bash_login is only read in my
session when I type . ~/.bash_login
Therefore I guess there was a change in Mac OS X where my stuff gets
its environment from.
My question:
How do I get TeX working again in TextMate (and maybe: How do I get
Terminal to use .bash_login always)?
Any help appreciated.
Niels
I found an odd bug in the MultiMarkDown list sibling generation:
It will strip out any number preceded by a "$" after I hit enter at
the end of the line.
EXAMPLE:
- Here is a number (1234) and here are some a dollar amounts ($123),
($123.00), (-$123).
- Here is a number (1234) and here are some a dollar amounts (), (.
00), (-).
I think the problem lies in this line:
# Strip Marker
$old_line =~ s/^\s*((\*|\+|\-|\d+\.)\s*)//;
...but I'm still new to Perl and Regex
----
Brian H
binarynomad(a)gmail.com
http://www.binarynomad.com
I got a new Mac that has a second Option key instead of the dedicated
Enter key I had grown to love. I ended up writing a tiny app to make
it into an Enter key again:
http://henrik.nyh.se/2008/03/map-option-to-enter
I thought I'd mention it on this list since TextMate makes good use of
the Enter key, and Fn+Return isn't very pleasant.
I am sure there is an easy fix.
How do I use textmate with the macports python which is
/opt/local/bin/python2.4
I used macports to install some modules.
Hi Robin,
Yes, that was the problem. The beeping went away when I unchecked the
option in Skim.
Thanks
Shruti
On Mar 15, 2008, at 5:00 AM, textmate-request(a)lists.macromates.com
wrote:
>
> On 15/03/2008, Shruti Gorappa <gorappa(a)gmail.com> wrote:
>> I hear two beeps when I run "Typeset and View" (which I presume
>> are caused
>> because of the warnings) and would like to remove the beeps.
>
> The usual cause of beeping here is:
>
> 1. You are using Skim as the document viewer.
> 2. You forgot to disable "Check for file changes" in the Skim prefs.
>
> Robin
I am working on a Latex project that produces two warnings and
cannot remove these warnings.
I hear two beeps when I run "Typeset and View" (which I presume are
caused because of the warnings) and would like to remove the beeps.
Does anyone know which command produces these beeps and how I can fix
it?
Thanks.
Shruti Gorappa