1. I'm a relatively new user, and just joined the mailing list
2. is there a way to search the archives, so if this has been
discussed I can find it? (I manually reviewed the past 3 months)
3. Anyone know why I am seeing this in my console window about once/
minute, and how I can get rid of it?
10/5/09 1:57:18 PM defaults[32293]
The domain/default pair of (com.macromates.textmate.webpreview,
SelectedTheme) does not exist
Thanks,
joe
Attached is a patch for the Lua textmate bundle to validate the syntax of
the current buffer. It behaves similar to the ruby validate syntax command,
jumping to the first offending line if any.
Tim
Just downloaded the rspec plugin and when i try to run anything i get this
error:
/tmp/temp_textmate.RAORye: line 9: /opt/local/bin/ruby: No such file or
directory
At first i was receiving a similar error after i installed snow leopard and
couldn't run ruby tests with cmd+r, i fixed it by editing my
environment.plist to this:
/usr/local/bin:/usr/bin/ruby:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin/Users/richardschneeman/bin/bin/:/usr/local/bin
When i run echo $PATH i get this:
#!/bin/sh
echo
"$PATH"/usr/local/bin:/usr/bin/ruby:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/Users/richardschneeman/bin/bin/:/usr/local/bin
I'm also getting a similar error running other bundles, so i believe it is
with textmate configuration itself. From googling the only two documents I
have been able to find only mention editing the path directly, or the
environment.plist both of which show my correct ruby implementation:
which ruby
/usr/bin/ruby
ahead in the list of /opt/local/bin/ so i don't understand why textmate
would ever look there first. Either way additional troubleshooting tips will
certainly be appreciated
Textmate fails to check for updates with this message in the console
TextMate Error checking for new version: The requested URL returned
error: 403
I am running snow leopard and am behind a firewall that requires a
proxy.
Any help would be much appreciated
Thanks Anthony
Hi
I am trying to learn some of the nice features of textmate. One that
is not working for me is the completion by hitting the escape key
If i execute it from the menu edit->completion->next completeion it
works. but if I hit the escape [esc] on my MAC it does not complete,
then I get a green bar in the first character of the line the cursor
is on and from that point on the up down left and right arrow keys no
longer work nor do other keyboard commands.
Any suggestions what I am doing incorrectly, or what is happening.?
Steve
Hello everybody,
Textmate help states:
"9.4 Project Dependent Variables
Sometimes it is useful to have a command customized differently
depending on the project. For this reason, it is possible to set
variables for individual projects.
The way to do this is currently a little secret but if you deselect
everything in the project drawer, then click the info (circled I)
button, a panel will appear where you can set variables.
These variables are saved in the project file (*.tmproj) and will
exist only for snippets and (shell) commands executed in the context
of that project."
The problem I have since upgrading to Snow Leopard and Textmate build
1509 is that I am suddenly unable to deselect everything in the
project drawer. At least one file will remain selected and Get Info
and the info button will only show me the info about that file. Is
anyone having the same problem? Alternatively, is there any other way
to set a latex master project wide rather than doing it for each file
individually?
Thanks,
JJ
Hi - I'm using ViMate to have vi-style editing. The problem I have is
that the "Esc" is occupied to switch the vi mode, so the general "Esc"
key function is not available. For example, I use "Esc" to see
completions.
* http://sourceforge.net/projects/tm-vi-plugin/
* http://manual.macromates.com/en/working_with_text#completion
Does anybody know a way to keep the vi functionality and TextMate's
"Esc" functionality? No offense to TextMate itself, but I just want to
have a way to change the copy/cut selection range without using arrow
keys.
Takaaki
--
Takaaki Kato
http://samuraicoder.net
Hi all
I seem to have stumbled on a bug in or related to the groovy bundle.
To recreate - open a new file as
mate anyName.groovy
then type
x x.(
textmate will supply the right paren - so you have
x x.()
with the cursor between the parens
typing any other character at this point causes textmate to hang
TextMate Bundles - Revision 11766: /trunk/Bundles/Groovy.tmbundle
TextMate Version 1.5.8 (1509)
–LF
Is there a list feature i am missing in text mate to list out out all the
lines after doing a search and all the lines that have that search get
opened in a separate text-mate file?
I have just upgraded to, or more specifically - installed a parallel
distribution of, TeXLive-2009. Since doing so, I have found that
typesetting LaTeX does not work correctly when the document references
locally held "personal" class, style, bib or other files stored in ~/
Library/texmf. The errors are included below (with some personal info
redacted):
----------
Latexmk: This is Latexmk, John Collins, 2 December 2007, version: 3.21j.
**** Report bugs etc to John Collins . ****
pdflatex: Changes:
Non-existent destination files: 'XXXXXXX_XXXXXXXX.pdf' Rules to apply:
'pdflatex'
------------ ------------
------------
Running 'pdflatex -interaction=nonstopmode -file-line-error-style -
interaction=nonstopmode -file-line-error-style -synctex=1
"XXXXXXX_XXXXXXXX.tex"' ------------
Latexmk: applying rule 'pdflatex'...
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) restricted
\write18 enabled.
entering extended mode
(./XXXXXXX_XXXXXXXX.tex LaTeX2e <2009/09/24> Babel and hyphenation
patterns for english, usenglishmax, dumylang, nohyphenation, german-
x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, arabic,
basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish,
dutch, esperanto, estonian, farsi, finnish, french, galician, german,
ngerman, monogreek, greek, hungarian, icelandic, indonesian,
interlingua, irish, italian, kurmanji, latin, latvian, lithuanian,
mongolian, mongolian2a, bokmal, nynorsk, polish, portuguese, romanian,
russian, sanskrit, serbian, slovak, slovenian, spanish, swedish,
turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded. ! LaTeX
Error: File `gregsarticle.cls' not found. Type X to quit or to
proceed, or enter new name. (Default extension: cls) Enter file
name: ./XXXXXXX_XXXXXXXX.tex:2: Emergency stop. l.2 \usepackage
{amssymb} %maths^^M ./XXXXXXX_XXXXXXXX.tex:2: ==> Fatal error
occurred, no output PDF file produced! Transcript written on
XXXXXXX_XXXXXXXX.log.
Latexmk: Missing input file: 'XXXXXXXXXXXX.cls' from line
'! LaTeX Error: File `XXXXXXXXXXXX.cls' not found.'
Latexmk: Did not finish processing file: 'pdflatex' did not make
'XXXXXXX_XXXXXXXX.pdf'
Latexmk: Errors, in force_mode: so I tried finishing targets
Application 'Skim' not running
The file /Users/XXXX/Desktop/XXXXXXX-XXXXXXXX/XXXXXXX_XXXXXXXX.pdf
does not exist.
execution error: Can’t make file "Macintosh
HD:Users:XXXX:Desktop:XXXXXXX-XXXXXXXX:XXXXXXX_XXXXXXXX.pdf" into type
alias. (-1700)
error number 256 opening viewer
Found 0 errors, and 0 warnings in 1 runs
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Latex.tmbundle/Support/bin/latexmk.pl -pdf -f -r /tmp/latexmkrc
"XXXXXXX_XXXXXXXX.tex" exited with status 12
----------
Now, I initially thought that this might be a problem with the TexLive
distribution. However, when switching between the 2008 and 2009
versions and using TeXShop as the frontend, there are no problems in
either version; TexLive-2009 recognizes files under ~/Library/texmf
and parses them correctly. The next thought was that it was an issue
with different versions of latexmk.pl - but TeXShop doesn't use that
script unless it is specifically added on; it's not part of the basic
distro.
Quite frankly I'm at a loss to suggest what the cause could be for
this behaviour. On the other hand, there is a fairly simple
workaround - just include the necessary class and style files in the
directory of the .tex document from which they are referenced. the ./
path seems to work without problems. Of course, this defeats the
purpose of having ~/Library/texmf, but at least it works.
Hopefully someone with more expertise with the guts of the LaTeX
bundle and/or TeXLive will be able to figure this out.
hi,
is there any way to display csv-files in textmate table-like?
It would be great if I could choose if I want the raw text when I open
a CSV-file, like;
col1; col2; col3
3;4;4
7;10;12
or a "table-view" where the columns and cells are separated by a thin
line (like in TextEdit).
Is there such a mode / plugin / way to get this?
thanks!
Is there a way to find the file you are currently working on in the
project pane?
Say you've used cmd-T to open a file somewhere deep down in your
project tree and now you want to open the containing folder in the
project panel... easy way to do that or do I just have to look through
it manually?
Thanks,
Nick
Hello,
i got an issue while run some lines of c-code
the code seems not to be the problem, because it works on my other
machine and with Xcode.
/Library/Application Support/TextMate/Support/lib/tm/process.rb:169:in
`fcntl': Inappropriate ioctl for device (Errno::ENOTTY) from /Library/
Application Support/TextMate/Support/lib/tm/process.rb:169:in `run'
from /Library/Application Support/TextMate/Support/lib/tm/executor.rb:
211:in `parse_version' from /Library/Application Support/TextMate/
Support/lib/tm/executor.rb:98:in `run' from /tmp/temp_textmate.jiIKfe:38
so long
Tim
I am working in html mode, which seems to work out when I switch to
php, html, or css just fine. However, there are tab triggers for the
JavaScript jQuery Bundle, for examples "ready -> tab" should put in:
$(document).ready(function() {
// Stuff to do as soon as the DOM is ready;
});
I just get "ready" as a literally string. The source is set to
source.js.jquery, and I am working in a <script type="text/javascript"
charset="utf-8"> block.
What am I doing wrong?
--
Scott * If you contact me off list replace talklists@ with scott@ *
Hi
I would like to use ruby 1.9 under Snow 10.6
1) How to install Ruby 1.9 :
Side by side with 1.8.7 or remove 1.8.7 ?
What is the best solution ?
I will continue to compile LaTeX with TextMate
2) I'm interesting by the code of the command "Typset & View in Skim"
of the bundle LaTeXtra and also by the command "Preview Tikz Picture"
I would like to know the important points in these codes, perhaps
if it's possible to read some comments about the code
Best Regards
Alain Matthes
Hi,
I'd like to use an .Rprofile or .First with the R bundle of textmate.
Is there an easy way to have an .Rprofile and .First excute whenever I
"Run Selection in R"?
Thanks,
-Adam
Hi
I have Textmate 1.5.8, and I have not been able to get the feature
working that allows me to edit in textmate from other applications.
I have installed the install::edit bundle, at least from in side
Safari under the edit menu I see the "Edit in Textmate" menu
selection. But when I open up Safari and begin drafting a message
textmate does NOT Launch. I expected textmate to launch and shift
focus from Safari to textmate.
Maybe that is not how it works so I launch textmate manually and again
to a "^ Command E" manually shift to the Textmate editor start typing,
when I press "Command S" I expected the contents to be copied to my
Safari message window, but instead I get a dialog box asking where to
save the file.
Clearly this feature i not working, but I think I have activated it,
Any suggestions
Thanks
Steve
Hello,
I am not sure, how legal it is in YAML, but YAML::XS perl module is
sometimes saving multi-line value in key:value pairs like this:
---
key: "this is a multi
line value"
however, TextMate YAML bundle thinks the value ends on the first line,
the next line is interpreted probably as regular text, and the second
quotation mark is interpreted as start of never-ending string.
I think this is a bug in YAML bundle.
Karel Bilek
Hi,
Snow Leopard's developer documentation path was changed. Due to that I
have the following suggestion to get rid of that:
in docset_query.rb (Objective-C.tmbundle/Support/lib) line 11 add the
new location to the DOCSETS array:
DOCSETS = [
"/Developer/Documentation/DocSets/
com.apple.ADC_Reference_Library.CoreReference.docset",
"/Developer/Documentation/DocSets/
com.apple.adc.documentation.AppleSnowLeopard.CoreReference.docset",
"/Developer/Platforms/iPhoneOS.platform/Developer/Documentation/
DocSets/com.apple.adc.documentation.AppleiPhone2_0.iPhoneLibrary.docset"
]
Furthermore one has to add to Objective-C's bundle command
"Documentation for Word / Selection" at the beginning
if [[ "$(defaults read /System/Library/CoreServices/SystemVersion
ProductVersion)" == 10.6.* ]]; then
"${TM_RUBY:-ruby}" -r"$TM_BUNDLE_SUPPORT/lib/docset_query.rb" -e
'documentation_for_word'
exit
fi
or one can combine the check for 10.5.* and 10.6* of course.
IMPORTANT:
This only works if the entire documentation is installed locally (as
far as I know this is NOT the default!).
To do it simply open Xcode 3.2 > Preferences > Documentation. Make
sure that the docset 'Mac OS X 10.6 Core Library' is downloaded (press
the Get button if grayed)
After that and reload bundles one has the new look&feel documentation
in TM available.
Best,
--Hans
Thanks for the help, corrections and suggestions!
> OK, then you can duplicate the HTML bundle drag command "Insert Image
> With Dimension" and rewrite it to your need. (Please have a look at
> manual chapter 11 'Drag Commands')
I will try, thanks!
>> That is what I usually do, but with the problem that Project Drawer
>> is
>> not correctly updated: the old file disappears from PD tree.
>> I have to restart TM to see it again. It is always there anyway, it
>> seems to be only a display problem of TM project drawer.
> Yes, this is known issue, but there's no need to restart TM. Simply
> activate any other app like the Finder and re-activate TM. This can be
> done automatically via AppleScript eg; or one could write a command
> which duplicates the selected file, set the focus to Finder, set focus
> to TM.
Why Macromates don't address this know issue in TM or adds a command
for that?
> NOT: CTRL + SHIFT + C! Please use SHIFT+APPLE+C instead.
> As I said TM doesn't listen to CTRL + SHIFT + C.
Ooook, I have found the problem :) thanks
> By myself I seldom click on a tab to select a file. Instead I'm using
> the short-cut APPLE+1..9 for selecting one of the nine tabs (have a
> look at Main Menu > Navigation > Go to Tab) and the title bar tells me
> the current file name I'm working on.
> And more often I'm using APPLE+T "Go to file".
hope TM version 2 will offer soon a better interface for this nice
software.
>>>> And I don't understand where TM places the new file if no
>>>> directory is selected.
>>>
>>> If you press ??N (New File) you will see a dialog with a field
>>> called ?Location?. This will be the place you're looking for.
>>
>> correct, but like before Project Drawer tree seems buggy:
>>
>> If I create a new file with SHIFT + CMD + N, and I set location to "/
>> models" and file name to "test.html", sometimes I see the new file
>> placed at the end of the list at the same level of the project root.
>> Sometimes I will see the file twice: once inside "models" directory
>> and also at the end of the list, out of models directory.
> Hmm, never did that before - by myself I select the folder before I
> create a new file - but I could reproduce it. I got a "ghost file" of
> the same name if I chose an other folder. weird.
Macromates? Please take a look to this too!
..and what are "untitled Group Folder" you get when hit "new folder
without selecting anything in PD ?
thanks
--
Ciao
Fabio
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
Nuova Volkswagen Polo: nuovo design, comfort assoluto, pronta per un nuovo passo avanti. Scoprila adesso
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9582&d=16-9
I have just downloaded the 30 day version of TextMate, and really like
many of its features. However, I do much of my coding in Fortran 77
(I know, not the most modern of languages). I've gotten quite used to
AquaMacs formatting/aligned features and now hope to find the same
features in TextMate.
But what I have found for f77 files is that it doesn't appear to align
code correctly. Maybe I am doing something wrong?
Using opt-command-[ on various lines indents to column 1, doesn't put
line continuation characters ('&') in the proper column (column 6),
and doesn't know what to do at all with format statements.
Are there other f77 users out there with similar experiences? Any
hints, tips, suggestions are welcome.
Or should I just abandon attempts to use TM with f77? It does seem
that TM provides extensive support for 'punchcard fortran' (got to
love the name), so I was initially very optimistic that basic features
would be supported. But so far, I am disappointed.
with the latest textmate running under 10.6.1, i seem to have lost the
ability to save to the last used folder. every new document defaults
to save to the root of my disk. any way to change that?
thanks for any help.
Hi,
I've just installed Snow Leopard 10.6.1 + XCode 3.2. Due to a change
of "xcodebuild -project ..."'s output behaviour from Xcode 3.1 to
Xcode 3.2 the Xcode bundle's commands "Build" and "Build & Run" always
terminate with "Build Failed".
The reason for that is a single '\n' after "** BUILD SUCCEEDED **" in
Xcode 3.2.
To fix that and to be compatible with Xcode 3.1 I suggest to change
line 122 in parse_build.rb (Xcode.tmbundle/Support/bin):
old:
last_line = line
new:
last_line = line if line.chomp.length > 0
In other words remember the last_line only if it is not an empty line.
In the hope this fixes the issue,
--Hans