>
> ---------- Forwarded message ----------
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Cc:
> Date: Fri, 04 Apr 2014 08:42:30 +0700
> Subject: [TxMt] Re: Strange clipboard bug
> On 4 Apr 2014, at 5:43, Carpii UK wrote:
>
>>
>> Finally if someone could explain how to correctly reply to a reply using
>> this mailing list, that'd be much appreciated. I'm finding the email
>> interface to this list just a little archaic.
>>
>
> If you have subscribed to this list you will get an email that you can
> reply to, just like normal email.
>
> If you are using some (third party) web interface then I don't know what
> their procedure is.
>
>
Thanks, I'll give this a try...
The emails I get are in daily digest format, so it wasn't clear which bits
I need to leave intact so the mailing list can thread it.
Using tm 2.0-alpha.9529 and OSX 10.9.2
I've had this a few times, where I am coding and I cut a short piece of
text, and immediately repaste it elsewhere.
But instead of pasting the clipboard, it pastes the single word
"AMQPChannel" in its place. This seems to be something related to RabbitMQ,
although I don't understand much else about why it would occur.
Any suggestions?
Does textmate embed rabbitMQ, or could it be related to a bundle?
Finally if someone could explain how to correctly reply to a reply using
this mailing list, that'd be much appreciated. I'm finding the email
interface to this list just a little archaic.
Thanks
When running cmd+r (Typeset & View) I get the following message:
This command requires ‘kpsewhich’ which wasn’t found on your system.
The following locations were searched:
/usr/texbin
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
/opt/X11/bin
/usr/texbin
If ‘kpsewhich’ is installed elsewhere then you need to set ￿ in Preferences
→ Variables to the full path of where you installed it.
In Preferences --> Variables I have created a PATH which the definition:
/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin
I have quite and opened TM. Same thing.
Any help would be appreciated.
--
View this message in context: http://textmate.1073791.n5.nabble.com/After-Maverick-Update-TM2-No-Longer-F…
Sent from the textmate users mailing list archive at Nabble.com.
Steps to reproduce:
open the attached file will cause textmate crash.
no matter use command line:
mate Packet.c
or File -> Open to open this file.
maybe something to do with utf8 text.
the crash log is also upload automatically by the software: https://api.textmate.org/crashes/232914
Expected result:
it shouldn’t crash!
Actual result:
crash!
Environment:
OS version----mac osx 10.9.2
TextMate version---mate 2.6 (2014-03-31 revision 9529) or TextMate 2.0-alpha.9529 is the latest version available—you have version 2.0-alpha.9529.
Hardward—macbook air 2012 Mid 11-inch
I've deleted related files in ~/Library/ and test the default setting, It still crash, so I’m sure it’s a bug of Textmate itself, not bundles.
Hi,
since I'm working with larger documents it would be nice if any user event (keyDown, museDown, etc.) could cancel the while/for-loop to find the matching bracket. [maybe in selection.cc - method: find_enclosed_range]
A simple example:
- take a file 1.2 MB and 50000 lines [plain text]
- select all
- press ( to wrap the selection into ()
- locate caret right of the first (
- move caret to the left
- it takes ca. 10 secs before TM accepts the next user event
Kind regards, Hans
PS Sorry for the sent crash report caused by an error which I did while trying something out. Is there a way to avoid sending such reports after compiling TM by myself?
Hi,
I'm using quite often the wonderful Clipboard History functionality but …
since I see the improvements to be able to work with larger text files, I'm also copying larger text chunks (from 1MB to 5MB) across documents and applications resp. If I do this the Clipboard History (in conjunction with TM) becomes unresponsive and I've to kill TM. I also can't delete the Clipboard History due to the fact that I've to open window in beforehand. The only chance is to delete the Clipboard History physical files.
I wonder if one could improve it a bit. Here some thoughts:
- make it possible to delete the Clipboard History from outside that window (maybe in conjunction with the chance to delete only those entries which are large than xy kBytes)
- make it possible to terminate the opening of the window if the size is too large
To avoid such unresponsive behaviour in generell
- one also could think of to restrict the size of an entry which should be stored, i.e. let's say store only the clipboard content if the size is less than xy kBytes [I think this is the easiest way]
- or if the Clipboard History is called load into the TableView only "a preview or head" (only the first 10 kBytes or so - and which can be hold in a different DB) of the stored items and if the user starts searching the search will be performed outside of the TableView (in file/database)
Is not an urgent issue but … ;)
Kind regards,
Hans
Hello, I am running Textmate 2 on Mavericks. When I try to use the Go
To View e got the error message below. Any ideas?
/Users/flujan/Library/Application
Support/TextMate/Managed/Bundles/Ruby on
Rails.tmbundle/Support/bin/go_to_alternate_file.rb:10:in `require': no
such file to load -- rails_bundle_tools (LoadError)
from /Users/flujan/Library/Application
Support/TextMate/Managed/Bundles/Ruby on
Rails.tmbundle/Support/bin/go_to_alternate_file.rb:10
--
Fernando Lujan
Hi,
an tiny issue. I've already my USERNAME's bundle. I pressed CMD+N, selected "New Bundle", and a new bundle was created, BUT the placeholder strings for naming the new bundle were not evaluated, i.e.
Bundle: ${TM_FULLNAME/^(\S+).*$/$1/}’s Bundle
Name: $TM_FULLNAME
Contact: $GZ_EBG13_RZNVY
Cheers,
—Hans
Hi all
I have some .Rnw files with in-line R code, like this:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua \Sexpr{mean(mtcars$hp)}.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat \Sexpr{mean(mtcars$mpg)}. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
officia deserunt mollit anim id est laborum \Sexpr{mean(mtcars$wt)}.
I¹m wondering if its possible to do two things:
1. Place cursor inside a Sweave expression then run the code contained
within that expression to R app. So if I place the cursor anywhere between \
and } in any of the three Sweave expressions above, the code within that
expression would be run in R app. For example, if I place the cursor between
³h² and ³p², then this would be ran in R app: mean(mtcars$hp)
2. Select any text and run any R code within the selected text to R app. So
if if select the entire text above, three lines of code would be run in R
app: \Sexpr{mean(mtcars$hp)}, \Sexpr{mean(mtcars$mpg)} and
\Sexpr{mean(mtcars$wt)}
Thanks
Ross
If I go in to the save dialog and SHIFT+CMD+S and select another
"Desktop", I seem to be able to save files.
Seems like a pointer got messed up with the most recently-used
location? Initially, I was attempting to direct the save to another
folder on my Desktop, that's when I first encountered problems.
FYI.
Forrest