Hi,
I reinstalled the R and Rdaemon package and now I get this error message when I try to execute code with the Rdaemon:
"Rdaemon Error: The pipe /tmp/r_in is not found! You have to kill Rdaemon manually."
what do I have to do to get the Rdaemon running again?
thanks for any help!
Hi,
Is it possible to kill / force quit Rdaemon calculations?
Currently, I always force quit textmate, which sometimes is devastating if I haven't properly saved my document before.
So for example if I execute this code via the Rdaemon – how can I stop it? :)
i <- FALSE
while(i == FALSE) {
print('HELP')
}
On 21.02.2012, at 13:00, textmate-request(a)lists.macromates.com wrote:
> On 21/02/2012, at 17.16, Max Lein wrote:
>
> I do understand the usability improvements of showing ? for links.
Great, thanks.
I know it's technically not trivial, but it's good to know it's on the »to be fixed« list.
>> Also, it would help if TextMate would distinguish between files and symbolic links.
>
> What do you mean by this? Maybe what I am saying above, e.g. opening ?dummy? which points to ?real_file? show ?dummy? in the title bar?
Yes, but that means I need to *open* files to distinguish between linked files and files that are »really« in that directory. And if I have opened a bunch of files, I need to activate each tab.
The whole point of marking linked files in the browser is to see at a glance which files are linked and which aren't.
Max
On 21.02.2012, at 13:00, textmate-request(a)lists.macromates.com wrote:
> Hi, I've noticed some of your comments in the wiki, and thought I'd reply here rather than alter what you've put (as it reads as an "opinion" piece).
It's a wiki, i. e. a collaborative effort, and the whole point is that other people are supposed to edit it. Any bias (real or perceived) is mitigated if a large number of people are contribute to it.
Most of what I've written there has been mentioned here anyway and I'd be helpful to others if you would add your replies to the wikipage. :-)
>> Folders first, then files
>>
>> This Windows Explorer-style way to sort files (first, display folders in lexicographical order, then files in lexicographical order) should at least be optional.
>
> Have you tried Preferences > Project > Folders On Top (checkbox)?
Thanks, I wasn't aware of that preference, thanks.
>> Working with remote files
>>
>> Right now, I use CyberDuck + TextMate to edit web pages remotely. Other editors such as BBEdit have allowed the user to edit remote files (accessed via ftp or better sftp) directly with no middle man.
>>
> Have you tried rmate? http://blog.macromates.com/2011/mate-and-rmate/
No, I haven't. (My new university has a cms, so I didn't need to edit web pages remotely in a while.)
But as far as I understand rmate only works via ssh, and I do not have ssh access to all necessary university web servers. To most, I have ftp access (which is antiquated, unencrypted and the whole nine yards, but I'm not in a position to change it).
In any way, thanks!
Max
When copying a line of right-to-left Hebrew text from one file to another in TM2 9064 using my mouse (OS 10.7.3), I noticed the highlighting of text didn't cover the Hebrew text, but white space to the right of the Hebrew text.
See screen shot attached. To copy the Hebrew of line 12 (and it worked), I had to click on the beginning of line 13 (to the L), drag to the right of line 12 so that the highlighting would be just to the right of the Hebrew text. Then, Command C would properly copy the four Hebrew words.
If I dragged the mouse so as to cover as much of the Hebrew line as possible, it would cover the whole Hebrew text except the last letter (ם). But then only this last letter could be copied to the other file.
Is this the correct behavior when yanking right-to-left text? I'm asking because I may need to continue using Mellel in parallel with TM for this kind of task. I was beginning to think I could do without it completely. Not a problem, but I thought I would ask if the behavior I see is what I can expect to see in TM's future.
-- Gildas
Typically, TM2's file browser adds an x to the right of any opened files. This not just indicates which files are open, clicking in it closes the files.
Since there are no projects in TM2, I've added a link to a file located in another directory. Double clicking it opens the file, but no x appears next to the file.
Also, it would help if TextMate would distinguish between files and symbolic links.
Max
Bundles that didn't install: I added .tmbundle to the name and all was well. D'oh.
<rant>Whyever does the OS keep trying to suppress the suffix?</rant>
:-(
Lewy
I have a pretty reliable permanent hang after updating to r9062 this
evening. The hang isn't immediate, but happens pretty reliably after
editing tracked files for 10 minutes or so.
Inspecting a sample of the process suggests it is scm:background_status
that is hanging. My repo is git. I tried disabling the SCM bundle, but
that doesn't appear to have helped.
The sample, if it's helpful: http://pastie.org/3411939
-MinRK
I have seven bundles in ~/Library/Application\ Support/Avian/Bundles . TM2 loads all but two. Of those, one is a collection of my own snippets; the other is Whitespace.tmbundle from Mads Hartmann Jensen. I have no idea why TM2 loads five of the seven and ignores the other two. I tried double clicking the two, which happily installed them into TM1. Any suggestions?
--Lewy
Hello, I'm trying to use a regexp with look-ahead. The search works, but
clicking "replace" button does nothing. I'm stumped. Here's an example:
Find: public (?=int)
Replace: private
Regular expression: checked
Ignore case: unchecked
Wrap around: checked
Click "find" and "public " is selected, but then clicking "replace" does
nothing. Also "replace and find" goes to the next occurrence, but does not
perform the replacement.
Using Textmate 1.5.10
Thanks,
ErikN