Is it possible to save a macro that uses the find & replace dialogue box?
Lets say I want to save a macro that uses find & replace with a regular
expression to surround any number with ³**". For example, the macro would
replace any instances of ³123" with **123**. Is this possible?
Thanks
Ross
I trying to add the ability to run jshint on a document which has changes that haven't been saved to the filesystem to the jshint.tmbundle bundle:
https://github.com/fgnass/jshint.tmbundle
I wondered if there was a way to have textmate make a tmp file of the current document so I could pass that file in a command line invocation of jshint.
I was also checking out the Preview command in html.tmbundle and noticed that if I saved a file, added some text and ran Preview without saving the preview showed the new html content.
The code in the "Show Web Preview": command is pretty simple but it's not at all clear to me how it works to accomplish this:
https://github.com/textmate/html.tmbundle/blob/master/Commands/Show%20Web%2…
#!/bin/sh
if [[ -e "$TM_FILEPATH" ]]; then
echo "<base href=\"file://$TM_FILEPATH\">"
fi
cat
Does anyone have any suggestions of perhaps another bundle I can look at which does something like this?
FYI: this is the current command that invokes jshint in jshint.tmbundle:
https://github.com/fgnass/jshint.tmbundle/blob/master/Commands/Save%20and%2…
I've noticed a problem where if I have more than one tab in a window.
When make a different tab the active tab, the line numbers displayed
are those from the tab I just left. I can always reproduce this.
In the case I'm experiencing at the moment, the file in the tab I'm
leaving is only 24 lines long and so has no need for scrollbars, where
as the tab I'm activating has many lines. I scroll so that line one
is not visible. I then change to the other tab, then change back
again. I see line numbers starting at one. But it is not really line
one that is being displayed. If I Cmd-UpArrow. The line number
display is again in sync.
Is it possible for word completion to work on any open file or any file in a
project? Or in other words, lets say I press escape key to complete a word
which isn¹t in the current file, can I set up completion to cycle through
words that are in an open file and/or a project?
Thanks
Ross
After downloading 2.0-alpha.9477, the .txt and .tex files I open with TextMate by default lost their TextMate mini-icons and looked like blank files. I had to downgrade to 9475. Will the old behavior be restored?
--Gildas
Some applications. (e.g. the great "better_errors" Ruby gem [1]) encode
spaces as "+" when creating txmt://-URLs. This is also the default
behaviour of tje URI.encode_www_form_component and CGI.escape methods.
Currently, trying to open such an URL in TextMmate fails with "File Does
not Exist".
It works correctly though if I change the URL to use "%20" instead of "+".
My question is: Should TextMate support "+" in txmt://-URLs, or should I
submit a pull request for better_errors to generate URLs using "%20"
instead?
Regards,
Stefan
[1]: https://github.com/charliesome/better_errors
Selecting the following text strings and pressing Ctrl+T -> the resulting string, which seems incorrect:
@arr, ',' -> ',' ,rra@
$arr >= ">=" -> "=>" => rra$
Sorry if this has already been posted. I didn't see it in the Aug 2013 Archives.
regards - David
I’m working on a bundle command. In TextMate 2 (9475), I see “Completion List” as an option for the command’s output.
It doesn’t seem to do anything, but maybe I’m not sending the list in the right format.
Is this one of those things that hasn’t been implemented yet?
--
Rob McBroom
<http://www.skurfer.com/>
I have several files in a folder (all parts of a latex document).
When I run the "Show TODO list" command it just searches the current document.
The help file says "The “Show TODO List” command will scan your current document (on disk) or documents in your project for lines containing certain tags (see below)."
How do i search across all of files in a folder to find TODO items?
Thank you,
Christopher
*****************************************************
Operations and Information Management Group,
Aston Business School, Aston University,
Birmingham, B4 7ET, UNITED KINGDOM
Web: http://windermere.aston.ac.uk/~kiffer
Tel: +44 121 204 3233
Skype: christopherbrewster
SkypeIn (UK): +44 (20) 8144 0088
Twitter: @cbrewster
*****************************************************
Howdy,
A perplexing question. I just downloaded and installed TextMate 2.0 alpha
build 9465 and registered it. I played around a bit and after I was
finished, I uninstalled it, rebooted and reinstalled it. When I went to
register it again, it was already registered. From whence did the previous
registration come from?
For the record, I found and deleted all files/directories discovered using
"sudo find / -iname *textmate*" and "sudo find / -iname *macromates*".
That included components in:
1. /Applications
2. /private/var/db/BootCaches/....
3. ~/Library/Application Support/Avian & TextMate
4. ~/Library/Caches
5. ~/Library/Preferences
I'm losing sleep over this... I'd love to know where the registration was
picked up from. This is completely reproducible.
Thanks in advance,
Mark
--
View this message in context: http://textmate.1073791.n5.nabble.com/Where-is-a-reinstall-of-TextMate-2-al…
Sent from the textmate users mailing list archive at Nabble.com.
When a word is highlighted as being spelled incorrectly I control click on it to get a list of corrections and then select one. Is there any way to improve on this such as not using the mouse or tracker pad?
The sort of short cut I an thinking of is as soon as I have typed a word and it is shown as an error to be able to press some key combination to show the correction list and then use the number keys to select the correct word.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hi everyone
I think there is a bug into some themes with PHP,
it doesn't color what it is in braces into a double-quotes string (Complex (curly) syntax)
http://www.php.net/manual/en/language.types.string.php#language.types.strin…
Here are exemples :
With Espresso Libre theme
Brackets should be in brown not green.
With Cobalt theme
db should be in white not yellow, but at least braces and brackets are in light
Do you have the same issue?
Cheers,
Ronan
I'm trying to change the hotkey in the PHP bundle's validation function to
CMD-S from the default but when I try and save the bundle I get an error
saying there was an error:
[image: Inline images 1]
I've done the exact change on another machine without any problems. How do
I get around this?
Ken
Hello everyone,
I am using TextMate 2.0-alpha.9459 on Mac OS X 10.8.4 and would like to
find out why "C++ member function completion" is showing the following
error message, when I try to use that bundle:
Failure running “C++ member function completion”.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- treetop (LoadError)
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from /Users/chris/Library/Application Support/TextMate/Managed/Bundles/C++
completion.tmbundle/Support/cpp_completion.rb:5
from C++ member function completion:6:in `require'
from C++ member function completion:6
It is entirely possible that my Ruby setup is incorrect as I have not used
it before. What I would like to know is, if this bundle (C++ code
completion) should generally work or if it will only work in a previous
TextMate version.
Thanks and best regards, Chris
Has anyone had any experience with the asciidoc bundle https://github.com/zuckschwerdt/asciidoc.tmbundle with Textmate 2 or has a better one they are prepared to share?
This bundle has had little work done on it in the last 3 years so was written with Textmate 1 in mind. Also since then a nicer toolchain for processing asciidoc files called asciidoctor has been written and is being actively developed.
Thanks,
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hi
Please be aware that it is possible to have a file containing different contents in TextMate and TextEdit.
Example:
- You open <file> and you see a text clipping from Notes.app
- You open the same <file> in TextMate and it is blank.
- You then try and Save the same file in TextMate and it does not register the change in TextEdit
- You reopen the file in both applications and the differences remain.
Kind regards
Craig Fairhurst
craigfairhurst(a)me.com
Trying to run (compile) C from latest build of textmate 2.
Xcode command line tools are installed.
Yet I get this error:
The best i can find is "xrcund.1" which in the second to last path variable.
Yet running xcrun from the CLI works.
Allan,
> Can you try, on your Mac, to run:
>
> telnet localhost 52698
>
> That should indicate if TextMate is listening. If this works, then try
> the same on your server to check the tunnel is working.
Thank you for the message. I did the above:
1) On the Mac:
telnet localhost 52698
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 blinky.local RMATE TextMate (Darwin 12.4.0)
So, it seems to work fine.
2) Next from the remote server. First, I ssh with verbosity on:
[snip]
debug1: Remote connections from LOCALHOST:52698 forwarded to local address localhost:52698
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions(a)openssh.com
debug1: Entering interactive session.
debug1: remote forward success for: listen 52698, connect localhost:52698
debug1: All remote forwarding requests processed
debug1: Sending environment.
debug1: Sending env RMATE_PORT = 52698
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_CTYPE = en_US.UTF-8
So, the forwarding seems to be enabled. Recall that my ssh configuration is:
Host REDACTED.HOST1
RemoteForward 52698 localhost:52698
SendEnv RMATE_*
I then try the telnet on the remote system:
telnet localhost 52698
debug1: client_input_channel_open: ctype forwarded-tcpip rchan 3 win 2097152 max 32768
debug1: client_request_forwarded_tcpip: listen localhost port 52698, originator 127.0.0.1 port 47996
debug1: connect_next: host localhost ([127.0.0.1]:52698) in progress, fd=8
debug1: channel 1: new [127.0.0.1]
debug1: confirm forwarded-tcpip
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
debug1: channel 1: connection failed: Connection refused
connect_to localhost port 52698: failed.
debug1: channel 1: free: 127.0.0.1, nchannels 2
Connection closed by foreign host.
So, it fails the connection...
Any idea why that would be the case all of a sudden (on multiple servers)? Particularly if it is responsive on the Mac.
Thanks,
Brian
I have been using rmate via an ssh tunnel with a several of my clusters since the 2.0 alpha first appeared; however, since updating to alpha.9459, rmate reports:
connect_to localhost port 52698: failed.
/share/frinkraid/powellb/bin/rmate:153:in `readline': end of file reached (EOFError)
from /share/frinkraid/powellb/bin/rmate:153:in `connect_and_handle_cmds'
from /share/frinkraid/powellb/bin/rmate:192
from /share/frinkraid/powellb/bin/rmate:191:in `fork'
from /share/frinkraid/powellb/bin/rmate:191
I updated the rmate to the latest standalone from https://github.com/textmate/rmate#standalone and the exact same error is reported. My .ssh/config has always been configured as:
Host REDACTED.HOST1
RemoteForward 52698 localhost:52698
SendEnv RMATE_*
Anyone else having trouble or suggestions? I have never had an issue with it before. The only change was updated texmate to 9459, then updating to the latest rmate hoping it would clear the problem.
Thanks,
Brian
I think that the Latex Watch is experimenting problems after the upgrades in
TM 2. To be sure, I need to know how do I correctly set the TM_LATEX_MASTER
in the .tm_properties file.
I was using TM_LATEX_MASTER = foo.tex
It is not working anymore. I tried:
TM_LATEX_MASTER = 'foo.tex'
TM_LATEX_MASTER = "foo.tex"
TM_LATEX_MASTER = /foo.tex
TM_LATEX_MASTER = '/foo.tex'
TM_LATEX_MASTER = "/foo.tex"
TM_LATEX_MASTER = ./foo.tex
and etc
What should I do?
--
View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-and-Latex-Watch-tp267…
Sent from the textmate users mailing list archive at Nabble.com.
While I appreciate the desire to bring rmate into the rubygem fold, it
presents some difficulties.
Prior, I could install rmate into ~/bin on any machine I had ssh access to,
quickly and easily by copying the guts of the script. This let me minimize
my impact on remote machines that I needed to work on. (FWIW, I do most of
my work on client machines of, let's say, older vintage, with extremely
locked down environments. rmate is my secret sauce.)
Now, I find myself needing to install rubygems on the remote machine, just
to keep working, and without admin access.
In the interest of retaining my remaining hair, what's the quick and dirty
way of installing rmate on remote machines now, when one does not have
admin rights to do a simple install of rubygems?
Failures:
% rmate mpp
/work/users/jsmith/bin/rmate:12:in `require': no such file to load -- rmate
(LoadError)
from /work/users/jsmith/bin/rmate:12
[ install rubygems in ~/bin ]
% gem install rmate
/work/users/jsmith/bin/gem:8:in `require': no such file to load -- rubygems
(LoadError)
from /work/users/jsmith/bin/gem:8
% printenv GEM_HOME
~/bin/gems/
Comment Line / Selection:16:in `require': no such file to load -- /lib/escape (LoadError)
from Comment Line / Selection:16
This is on a pretty vanilla install of TextMate version 2.0-alpha.9449
It was working fine last week. Also saw another error earlier but got distracted and forgot to make a note of it. If I see it again I’ll report it.
Let me know if you need further details.
Best, Darren
Hello everybody,
when in LaTeX mode inside a \cite{}-command I hit alt+ESC to trigger the BibdeskCompletion I get the following result:
\cite{2013-07-30 12:17:02.193 osascript[53111:707] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
Bourbaki98General-topology}
(the dialog for choosing the citation displays correctly and the label "Bourbaki98General-topology" gets inserted correctly, but preceded by some error messages that I do not understand). This occurred after updating my entire system, so I cannot say which piece of software might be relevant for the bug.
Any suggestions?
Best, Christoph
-------------------------------------------------------------------------------------
Christoph Wockel
Bereich Algebra und Zahlentheorie
Fachbereich Mathematik, Universität Hamburg
Bundesstraße 55
20146 Hamburg
Germany
Tel.: +49 (0) 40 / 42838 - 5194
Fax: +49 (0) 40 / 42838 - 5190
www.wockel.eu
I am running Textmate 2 build 9453 on 10.8.4, and I have a problem with the LaTeX bundle that started sometime after I upgraded to Textmate 2. The autocompletion <esc> button does nothing when in a \ref{} tag. It works inside \label{}. And pressing opt+esc correctly brings up the list of tags when inside \ref{}. But the esc button alone does nothing inside \ref{}. Is this problem known? And if so, does anyone know a fix?
Hi,
Is anybody working on adding automation functionality to TM2 ?
I'm currently using TMTOOLS for my personal bundles, but I'd love to have something "official", sharable, and maybe better integrated.
I cloned the source base and looking at the code I'm beginning to have a [very] general idea of how it could be implemented. I don't know how TMTOOLS does its magic (sources anywhere?) but something along the lines of the command line "mate" utility could work, maybe just extending its commands beyond just "open"
Thanks for any information.
Gualo
Where can I find this bundle? I looked in the preferences list, but
didn't find it. Perhaps I have the name wrong. It would be handy to
share code directly from inside TM2.
--Lewy
On 7/26/13 4:00 AM, textmate-request(a)lists.macromates.com wrote:
> I tried to use the Paste Selection Online bundle item
Just attempted to build from master at github. A problem introduced in one of the July 26 commits?
[120/984] Run test ‘/Users/louis/bui...te/Frameworks/buffer/test_buffer’…
FAILED: /Users/louis/build/TextMate/Frameworks/buffer/test_buffer && touch /Users/louis/build/TextMate/Frameworks/buffer/test_buffer.run
test_buffer(10037,0x109f85000) malloc: *** error for object 0x7feb10d13ed0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
/bin/sh: line 1: 10037 Abort trap: 6 /Users/louis/build/TextMate/Frameworks/buffer/test_buffer
ninja: build stopped: subcommand failed.
I was trying to share some code with a friend to get a second set of
eyes on an error I was having,but when I tried to use the Paste
Selection Online bundle item, it reported a 404. So I tried going
directly to http://pastie.textmate.org to paste it manually, but when I
did, it reported it as an unknown domain. Is pastie gone? If so, is
there some way to make the bundle item work with another pastebin service
--
Keith Solomon - ksolomon(a)gmail.com
My Blog - http://keithsolomon.net/
TextMate (both 1 and 2) for some reason makes my MBP (Mid-2010) use the discrete graphics card. In OS X 10.9 we are going to get a nice dialog which shows the apps that use 'significant energy'. TextMate is listed amongst them (see screenshot).
Just a FYI. Would be nice to 'fix' (saves a bit of power). But I'm curious what triggers this behavior. As far as I know I haven't seen any animations or anything that couldn't be easily handled by the internal graphics. It happens right away after launch, an empty edit window is enough.
OT: Wow, I just realized that I've been using TextMate now for almost 9 years (Oct 2004). How time flies. Except for searching within big projects the editor always felt 'new' and slick, and I've upgraded to TM2 only last week. It has been good for me, with hours of usage nearly every day. And TM2 has been doing quite well thus far. Well done :)
--
Joost Schuttelaar
The Hague, NL
Alright, this may be an extreme boundary case, but it just bit me hard at
work, so I thought I'd give a heads up.
1) Work server is accessed via SMB.
2) Batch Find All/Replace All is done for some API changes.
3) Second Find All/Replace All is started, alert pops up "would you like to
save your changes?" Yes, please.
4) Everything looks good.
5) *Some* files on server *are not changed*. Others are correctly edited.
6) Files that are not saved properly have permissions of rw-r--r--. Files
that are saved properly have rw-rw-r--.
Now, the fix is to change permissions, but I want to point out that *this
failed silently*. That to me is the problem. If I save the files
individually, I get a helpful "The file Foo is locked. Do you want to
overwrite it anyway?", but if they're saved as an action from the Find
panel... no warnings, no alerts, nothing. Silent failure.
Just FYI.
Hi,
Every now and then (very rarely though) the folding for a file becomes quite messed up. I seem to remember there was a quick workaround discussed somewhere how to clean that up, though I can't find it. So what I usually need to do is quit TM and
xattr -d com.macromates.folded FileWithBrokenFolds
So was there a command in TM that does something equivalent?
Thanks
Gerd
Hello Users
This question is bugging me since I started using TM 2 Alpha versions.
When the final version of TM 2 (Mac OS X version with installer) gets
released, do I have to purchase a license key? Will it work for free
(without any ads and pop-up reminders etc)?
Please let me know.
--
View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
Sent from the textmate users mailing list archive at Nabble.com.
I wrote this up and tried to send it earlier (via the wrong account… oops, it was rejected). I must say, my thoughts go very much with Ken, in that I like this list, it has been extremely helpful and friendly, and this discussion is starting to sound more like personal attacks than reasonable discourse. With that, here are my thoughts:
Kafi, you are absolutely correct that "just because it's open source does not mean you must pay". At the same time, just because it has an open source license does not mean that the developer is required to give it away for free. Often, open source projects ARE free, and this is a perk for many users… but it should never be assumed that free software is a RIGHT of the user. Additionally, most of the open source projects you mention have MANY contributors who work on the project in their spare time, while TM2 has (essentially) just Mr. Odgaard, so in a way, yes, his time is worth more than many of those others (only because this project workload isn't being split among many developers).
As many others have said, if you find it useful, pay for it. If you are unable to pay for it, find a way to earn the money, or find another tool. Perhaps Mr. Odgaard will offer some sort of academic or non-commercial license, but in no way is he compelled to do so by releasing TextMate2 under an open source license.
With all that said, as a Ph.D. student, I never turn down academic discounts. TM has an academic discount of 15% available for students or staff at academic institutions. I'll purchase a license if I decide to write my thesis in TM2 rather than Scrivener (a decision that will be occurring in the next few weeks…). Thus far, it's one of the more enjoyable text editors I've used, and has piqued my interest away from my former editor of choice, TextWrangler (which IS free and supports LaTeX syntax, if you demand those qualities in your software, Kafi).
Anyway, sorry for the tirade; this is a matter in which I'm slowly maturing beyond my teenage piracy habits, and something which I've given a lot of thought to in the past couple of years.
Dustin Wheeler
mskblackbelt(a)me.com
On Jul 18, 2013, at 3:40 PM, textmate-request(a)lists.macromates.com wrote:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
> Today's Topics:
>
> 1. Re: Do I have to pay for the final TM 2 license key?
> (Chris Knight)
> 2. Re: Do I have to pay for the final TM 2 license key?
> (Bob Hartung)
> 3. Re: Do I have to pay for the final TM 2 license key? (kafi)
> 4. Re: Do I have to pay for the final TM 2 license key? (kafi)
> 5. Re: Do I have to pay for the final TM 2 license key? (kafi)
> 6. Re: Do I have to pay for the final TM 2 license key? (Ken Snyder)
> 7. Re: Do I have to pay for the final TM 2 license key?
> (Melton Low (app))
>
> From: Chris Knight <cpk.stealth(a)gmail.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 2:13:32 PM CDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Take a look at the license agreements for the Qt cross-platform programming library. To use it commercially you must by licensing from Digia (formerly Nokia and before that Trolltech) and non-commecial use can use what is provided by the Qt-Project.
>
> Qt is used by literally hundreds of applications including some pretty big ones such as KDE. Having to pay for a commercial license on open-source software is not new.
>
> Here is a question for you. Why should anyone write software and give it away for you to use for free?
>
>
> On Jul 18, 2013, at 12:03 PM, kafi wrote:
>
>> Just because Im using an open source software does not mean I need to pay for
>> it. I have been using Open Office for personal projects for the last couple
>> of years without paying anything.
>>
>> Android, CHROME, Eclipse, GIMP, TrueCrypt, Open Office, LWJGL, and hundreds
>> of other popular open source projects are simply FREE.
>>
>> Maybe you are implying that you are putting more works in TM than these
>> other projects?!!
>>
>> Here is the question for you, give me one example of a popular open source
>> software, where I need to purchase license key for non-commercial personal
>> use.
>>
>>
>>
>> --
>> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
>> Sent from the textmate users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>
>
>
>
>
> From: Bob Hartung <rwhart(a)mchsi.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 2:21:22 PM CDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Wow! So much heat and no light. The cost of TextMate is peanuts compared going out to dinner and the beneficial results are far longer lasting.
>
> Or you could just go out an pay several hundred dollars or more for some other word processor.
>
> My $0.02
>
> Bob
> ----- "Chris Knight" <cpk.stealth(a)gmail.com> wrote:
>
>> Take a look at the license agreements for the Qt cross-platform
>> programming library. To use it commercially you must by licensing
>> from Digia (formerly Nokia and before that Trolltech) and
>> non-commecial use can use what is provided by the Qt-Project.
>>
>> Qt is used by literally hundreds of applications including some pretty
>> big ones such as KDE. Having to pay for a commercial license on
>> open-source software is not new.
>>
>> Here is a question for you. Why should anyone write software and give
>> it away for you to use for free?
>>
>>
>> On Jul 18, 2013, at 12:03 PM, kafi wrote:
>>
>>> Just because Im using an open source software does not mean I need
>> to pay for
>>> it. I have been using Open Office for personal projects for the last
>> couple
>>> of years without paying anything.
>>>
>>> Android, CHROME, Eclipse, GIMP, TrueCrypt, Open Office, LWJGL, and
>> hundreds
>>> of other popular open source projects are simply FREE.
>>>
>>> Maybe you are implying that you are putting more works in TM than
>> these
>>> other projects?!!
>>>
>>> Here is the question for you, give me one example of a popular open
>> source
>>> software, where I need to purchase license key for non-commercial
>> personal
>>> use.
>>>
>>>
>>>
>>> --
>>> View this message in context:
>> http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
>>> Sent from the textmate users mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> textmate mailing list
>>> textmate(a)lists.macromates.com
>>> http://lists.macromates.com/listinfo/textmate
>>
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>
>
>
>
> From: kafi <kkaaffii(a)gmail.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 2:27:04 PM CDT
> To: textmate(a)lists.macromates.com
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> People here seems not be able to discuss without calling names.
>
> Smith, mind your language. Do not call names. You are calling me parasite,
> but you have no manners.
>
> Ive donated money and participated with code and time (forum) in several
> open source projects. Do not talk supposing stuff that you have no knowledge
> about.
>
> You just picked Open Office? What about Android, Chrome, GIMP? Not
> convenient for your argument?
>
> I have asked a simple question. Do I need to pay for the license of TM 2 for
> non-commercial personal use?
>
> And, give me one example of a popular open source software, where I need to
> purchase license key for non-commercial personal use.
>
>
>
> --
> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
>
> From: kafi <kkaaffii(a)gmail.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 2:29:29 PM CDT
> To: textmate(a)lists.macromates.com
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> I ve specifically said, non-commercial persoanl use, so your example does not
> work.
>
> No open source software requires purchase of license for non-commerical
> personal usage. Try again.
>
>
>
> --
> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
>
> From: kafi <kkaaffii(a)gmail.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 2:35:27 PM CDT
> To: textmate(a)lists.macromates.com
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Chris Knight wrote
>> Why should anyone write software and give it away for you to use for free?
>
>
> Go to the project website of Android, Open Office, GIMP, Chrome, Truecrypt,
> 7Zip, Apache web server, Java, etc. and read why these softwares are free to
> use. Maybe then you will learn about a great philosophy.
>
>
>
> --
> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
>
> From: Ken Snyder <ken+textmate(a)ken.net>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 3:06:45 PM CDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Guys, this is a really nice list please try and be respectful to others on it. I think Kafi has been a unfairly treated ... I won't name names but if you could find it in yourself to drop him an email -- off the list preferably -- to apologise I think that would be very responsible thing to do.
>
> Kafi, I think what you're running into in your comments is a growing concern from parts of the software development community in this rapid "race to zero" where consumers price expectations keep on being lowered and a developers hard work and skills are often undervalued. This is shame and doesn't have to be an outcome of OpenSource movement but its a real sensitivity and when we're wearing our "consumer hat" I think we all should try and support people who are doing great things. The old adage "nothing is truly free" is an important word of warning, especially when you site examples like Chrome, Android, Open Office, and Java you're talking about efforts that are being supported with a lot money from corporate entities who in many cases are intentionally sabotaging competitors margins. This isn't a self-sustaining system but rather a system that is propped up by corporate interests and the costs to consumers are there they are just hidden.
>
> Anyway, I will say I'm sorry by the way you were treated but also that I understand some of the poorly expressed sentiment. I for one think what Allan has produced is outstanding and I will be paying for it even if I don't have to.
>
> Ken
>
>
> On 18 July 2013 20:35, kafi <kkaaffii(a)gmail.com> wrote:
> Chris Knight wrote
> > Why should anyone write software and give it away for you to use for free?
>
>
> Go to the project website of Android, Open Office, GIMP, Chrome, Truecrypt,
> 7Zip, Apache web server, Java, etc. and read why these softwares are free to
> use. Maybe then you will learn about a great philosophy.
>
>
>
> --
> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
> Sent from the textmate users mailing list archive at Nabble.com.
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
>
>
>
> From: "Melton Low (app)" <softw.app(a)gmail.com>
> Subject: [TxMt] Re: Do I have to pay for the final TM 2 license key?
> Date: July 18, 2013 3:40:32 PM CDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> +1
>
> I share your sentiment.
>
> Ken Snyder wrote:
>>
>> Guys, this is a really nice list please try and be respectful to others on it. I think Kafi has been a unfairly treated ... I won't name names but if you could find it in yourself to drop him an email -- off the list preferably -- to apologise I think that would be very responsible thing to do.
>>
>> Kafi, I think what you're running into in your comments is a growing concern from parts of the software development community in this rapid "race to zero" where consumers price expectations keep on being lowered and a developers hard work and skills are often undervalued. This is shame and doesn't have to be an outcome of OpenSource movement but its a real sensitivity and when we're wearing our "consumer hat" I think we all should try and support people who are doing great things. The old adage "nothing is truly free" is an important word of warning, especially when you site examples like Chrome, Android, Open Office, and Java you're talking about efforts that are being supported with a lot money from corporate entities who in many cases are intentionally sabotaging competitors margins. This isn't a self-sustaining system but rather a system that is propped up by corporate interests and the costs to consumers are there they are just hidden.
>>
>> Anyway, I will say I'm sorry by the way you were treated but also that I understand some of the poorly expressed sentiment. I for one think what Allan has produced is outstanding and I will be paying for it even if I don't have to.
>>
>> Ken
>>
>>
>> On 18 July 2013 20:35, kafi <kkaaffii(a)gmail.com> wrote:
>> Chris Knight wrote
>> > Why should anyone write software and give it away for you to use for free?
>>
>>
>> Go to the project website of Android, Open Office, GIMP, Chrome, Truecrypt,
>> 7Zip, Apache web server, Java, etc. and read why these softwares are free to
>> use. Maybe then you will learn about a great philosophy.
>>
>>
>>
>> --
>> View this message in context: http://textmate.1073791.n5.nabble.com/Do-I-have-to-pay-for-the-final-TM-2-l…
>> Sent from the textmate users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
I would like to understand the difference mentioned here. How about an
explanation.
Note: I paid for TM1 a long time ago and haven't seen a price for TM2.
Please don't conclude I'm a free-loader.
Lewy
On 7/18/13 11:12 AM, textmate-request(a)lists.macromates.com wrote:
> learn the difference between 'free as in beer' and 'free as in speech'.
Hello, I have 2 feature requests for TM 2.
1) [Feature] Vertical tabs/Open Files view
When TextMate is open with a lot of files, say more than 8 - It's
different to identify the tabs with similar filenames. For e.g.
class-somefile.php. class-someotherfile.php are all represented by
"class.s....". It isn't uncommon for a large project to have multiple
files open and with similar names.
I would like this as any one of the following -
A) Vertical tabs.
Tabs with an option to show in Left or right side. A simple
mockup - http://f.cl.ly/items/2A3Q2b3t2t0A0z0O3s0S/vertical-tabs.png
B) List of open Files in sidebar (Filebrowser like view)
List of files open above or in one of the filebrowser's
views. Once again a mockup -
http://f.cl.ly/items/1U0W2Y240T0Z382q1t29/vertical-fbrowser.png
2) [Feature] Autohide Sidebar
It would nice if we can auto hide the sidebar and provide more
space for codeeditor. It could be shown on hover at one of the edges, or
expand on hover/toggle buttons.
It would be great if these are considered. Thanks :)
2010 MacBook Pro Intel Core 2 Duo, 2.4 GHz, with 8GB, OS X 10.8.4, Homebrew
textmate(master) $ git submodule update --init
seemed fine. Then there was:
textmate(master) $ ./configure
make: ***
[/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem]
Error 127
but what the heck, I carried on. So then:
textmate(master) $ ninja
... [various warnings]
[171/987] Run test
'/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm'...
FAILED: /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm && touch
/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm.run
/bin/sh: line 1: 33977 Segmentation fault: 11
/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm
Got another error in trying again so googled and did:
textmate(master) $ ninja scm/coerce
[1/1] Skip test
'/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm'...
textmate(master) $ ninja
...
[174/808] Run test
'/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
FAILED:
/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate
&& touch
/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate.run
test_SoftwareUpdate: 5 of 8 tests failed:
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:64:
Expected (err == "Extracting archive."), found ("The requested URL returned
error: 404" != "Extracting archive.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:73:
Expected (err == "Extracting archive."), found ("The requested URL returned
error: 404" != "Extracting archive.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:82:
Expected (err == "Bad signature."), found ("The requested URL returned
error: 404" != "Bad signature.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:91:
Expected (err == "Bad signature."), found ("The requested URL returned
error: 404" != "Bad signature.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:109:
Expected (err == NULL_STR), found ("The requested URL returned error: 404"
!= " ")
[174/808] Compile 'Frameworks/document/src/document.cc'...
Frameworks/document/src/document.cc:160:24: warning: private field
'tracker' is not used [-Wunused-private-field]
document_tracker_t* tracker;
^
1 warning generated.
ninja: build stopped: subcommand failed.
Tried (without knowing ninja or what this meant) this multiple times:
textmate(master) $ ninja SoftwareUpdate/coerce
[1/1] Skip test
'/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
which got me to:
textmate(master) $ ninja
[8/26] Run test
'/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
FAILED:
/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate
&& touch
/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate.run
test_SoftwareUpdate: 5 of 8 tests failed:
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:64:
Expected (err == "Extracting archive."), found ("The requested URL returned
error: 404" != "Extracting archive.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:73:
Expected (err == "Extracting archive."), found ("The requested URL returned
error: 404" != "Extracting archive.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:82:
Expected (err == "Bad signature."), found ("The requested URL returned
error: 404" != "Bad signature.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:91:
Expected (err == "Bad signature."), found ("The requested URL returned
error: 404" != "Bad signature.")
/Users/richarddrake/puny/big/textmate/Frameworks/SoftwareUpdate/tests/t_sw_update.cc:109:
Expected (err == NULL_STR), found ("The requested URL returned error: 404"
!= " ")
ninja: build stopped: subcommand failed.
At which point googling didn't seem to shed light and I came here. Been a
TextMate user since 2006, decided to download v2 on Wednesday. Great job
Allan and co. I thought I'd take a look at the source because of a niggle
found that I've created a GitHub issue for:
https://github.com/textmate/textmate/issues/1047
But it would be nice to tinker with other things anyway.
Regards
Richard
Hello,
In TM 2, the Build Target... command in the Ant bundle is failing with the following error message:
tm_dialog: [NOTE: this exception originated in the server.]
-[__NSCFDictionary length]: unrecognized selector sent to instance 0x7f86bff03020
/Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:198:in `load': Cannot parse a NULL or zero-length data (OSX::PropertyListError)
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:198:in `menu'
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:193:in `popen'
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:193:in `menu'
from Build Target…:63
Looking at the Bundles section of Preferences, it appears that I have the latest updates of both the Ant and the Bundle Support bundles. I'm not a Ruby guy, so I'm not entirely sure what's up with this. Line 63 in the bundle command is:
res = TextMate::UI.menu(ant_targets)
Lines 193-198 in ui.rb are:
193 res = ::IO.popen("#{TM_DIALOG} -u", "r+") do |io|
194 Thread.new do
195 plist = { 'menuItems' => options }.to_plist
196 io.write plist; io.close_write
197 end
198 OSX::PropertyList::load(io)
Any ideas how how to solve that problem? I actually hasn't worked since TM 2 came out, but I'm just now getting around to trying to figure it out.
Thanks,
Rob
I have found over the past week+ (it could have been considerably longer
but I suspect it was just the past week or so) I have had annoying problem
occur where I can load a remote file using *rmate* and can edit it and even
save it without complaint but the save operation apparently doesn't work.
This is happening in an environment where I've used rmate successfully for
some time and I don't think I've changed anything other than accepting the
TM 2.0 updates.
Can anyone help?
Ken
I am using the latex bundle with a .tex file. I¹m trying to use auto
completion of citations. I have gone to TextMate > Preferences > Variables
and set TM_LATEX_BIB to /Users/rossahmed/folder/refs.bib. Nothing happens
when I place the caret in between the wiggly brackets in \cite{} and press
option+esc.
How can I get auto completion of citations to work in latex bundle?
Thanks
Ross
UNSUBSCRIBE!
2013/7/15 <textmate-request(a)lists.macromates.com>
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Interpreter not found using TM (Allan Odgaard)
> 2. Re: Build problems. Heard that before? :) (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 15 Jul 2013 01:31:16 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Interpreter not found using TM
> Message-ID: <E3689AC9-5184-405A-B265-AADBDDCE9B7A(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 13 Jul 2013, at 15:10, Brad Hutchins wrote:
>
> > No the Ruby.framework is missing. I uninstalled the current version
> > of ruby and used Homebrew to put on Ruby 2.0 .
>
> You should re-install ruby 1.8, as it is required by TextMate.
>
> On a general note, don?t remove system files.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 15 Jul 2013 01:42:53 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Build problems. Heard that before? :)
> Message-ID: <E62CBFEF-14E6-4BE6-AE33-E35001D3B024(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 13 Jul 2013, at 14:13, Richard Drake wrote:
>
> > textmate(master) $ ./configure
> > make: ***
> >
> [/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem]
> > Error 127
>
> The failing line would be this (which you can try to re-run):
>
> DST=build/Frameworks/SoftwareUpdate/fixtures make -C
> Frameworks/SoftwareUpdate/fixtures
>
> Although it?s invoking a (small) Makefile, so you?d have to dig into
> that, to find the exact thing which is failing.
>
> You can add ?-n? to ?make? to see what it calls.
>
> > [?]
> > /bin/sh: line 1: 33977 Segmentation fault: 11
> > /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm
> >
> > Got another error in trying again so googled and did:
> >
> > textmate(master) $ ninja scm/coerce
>
> Normally it would fail if you lack ?hg? ? but missing SCM commands
> shouldn?t produce segfaults.
>
> > textmate(master) $ ninja SoftwareUpdate/coerce
> > [1/1] Skip test
> >
> '/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
> >
> > which got me to:
> > [8/26] Run test
> >
> '/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
>
> The SoftwareUpdate/coerce target should cause the test to be skipped,
> that said, the test is failing because you lack the fixtures, which are
> missing because ./configure failed.
>
> It?s the first time I hear of someone with ./configure failing to
> generate the fixtures, so I don?t know what would cause it, but
> openssl is used in the process, so perhaps you have some non-standard
> version of that.
>
> Adding ?-n? to the make invocation above and then running the
> commands manually should help track down the problem.
>
>
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 62, Issue 18
> ****************************************
>
Running into an odd problem. Just recently chanted to Ruby 2.0 P195 (but have not use 'TM' in a while either)
Can run ruby from the CLI
The Path is set to /usr/local/bin/ruby in both .profile and .bash_profile. And in the path in 'TM'.
Overall environment is set to /usr/bin/env
Yet I keep getting this error when trying to do CMD + R
I’m using 2.0-alpha.9443
A while back, converting Markdown to HTML with ⌃⇧H quit working. It just results in a blank document.
I finally got irritated enough to investigate and I tracked it down to SmartyPants. That is, if I set TM_SMARTYPANTS to `/bin/cat`, the Markdown command to convert starts working.
The only copy I seem to have is at `~/Library/Application Support/TextMate/Pristine Copy/Support/bin/SmartyPants.pl`. It doesn’t seem to be included with the Markdown bundle. Is that right? Any ideas why it’s not being found when the command runs?
I think this started with a9423, which says “A bunch of (work in progress) refactoring has caused some changes to executing commands”.
--
Rob McBroom
<http://www.skurfer.com/>
I work primarily in C++, but regardless of the file or language, syntax
coloring has broken in build 9443 for me. I get some (but not all) keyword
highlighting, some (but not all) type highlighting, and perhaps most oddly,
comments are not being detected. See screenshot attached.
[image: Inline image 1]
Anyone else having this problem?
Hi:
I am using Textmate to edit scripts on a remote server. I use FTP (client
is Transmit) to get to them, then open them from Transmit it Textmate.
I noticed something odd recently: With each series of edits to the script
file, after I saved, I went to run the script and the execute permission
was gone (I edited the file, did chmod u+x, ran the script, then went to
edit again, etc. when I saved, I had to chmod u+x again because the execute
was lost).
The only reason (other than server bugs) that I can find that this my have
happened is that I opened the file with Textmate originally before I did
chmod u+x (right after I did touch to create it), and that the permissions
on the file that Textmate opened were -rw-r--r-- so I restored those when
it saved.
Two questions:
1) Is this possible? Does Textmate do this?
2) If yes, how can I get it not to change permissions back on save?
Any help, direction or advice is much appreciated!
Thanks,
Jeff
>
>
> Hi
>
> I've been using
> TextMate version 2.0-alpha.9443
>
>
> for a few weeks now but since yesterday I can't get it to send do files directly to Stata. Well, to be more precise, when I send a do file to Stata using the bundle commands, instead of the do file turning up in the Stata do file editor with the same name, e.g. `environment.do', it turns up with a name like `tm-stata-1200.do' which causes an error message from Stata because it can't locate such a file.
>
> I have re-installed TM but still have the same problem.
>
> Can anyone help me please?
>
> Many thanks
>
> Liz
Hi, it has been long time I didn't typeset any document using the latex
bundle, which actually is not typesetting anymore. From this error message,
it seems that the PATH wasn't configured, does anyone have any clue?
Daniel
Typesetting “!Users!dmarcelino!Documents!My Talks!Alumni!Alumni.tex”…
/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/Bundle
Support.tmbundle/Support/shared/lib/tm/process.rb:166: warning: Insecure
world writable dir /Users/dmarcelino/Library/Application Support in PATH,
mode 040706 File "/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py",
line 54 print "Using Tiger Compatibility version of Popen class" ^
SyntaxError: invalid syntax
Theme:
/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/Bundle
Support.tmbundle/Support/shared/lib/tm/process.rb:166: warning: Insecure
world writable dir /Users/dmarcelino/Library/Application Support in PATH,
mode 040706 File "/Users/dmarcelino/Library/Application
Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin/texMate.py",
line 54 print "Using Tiger Compatibility version of Popen class" ^
SyntaxError: invalid syntax
--
\begin{signature}
Daniel Marcelino
☁ dm.silva(a)umontreal.ca
☎ (514) 343 6111 #3799
Skype: d.marcelino
✎ 3200 Jean Brillant, Office C5071
Montreal, QC; H3T 1N8
Canada
\end{signature}
"Small steps toward a much better world"