Hi,
This is what I get when updating or installing a bundle hosted on GitHub.
11/22/2010 23:35:41 TextMate[GetBundles]
Installing “Ruby”
11/22/2010 23:35:42 TextMate[GetBundles]
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Installing/updating bundles from the official repo works fine.
Here is the result of "Check Requirements":
“svn” client found in: /usr/bin/svn svn, version 1.6.5 (r38866)
“TM_SVN” set to:
“unzip” found in: /usr/bin/unzip
“tar” found in: /usr/bin/tar
“ruby”: ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
“ping textmate.org”:
PING textmate.org (178.79.137.125): 56 data bytes 64 bytes from
178.79.137.125: icmp_seq=0 ttl=55 time=27.026 ms
“ping github”:
PING github.com (207.97.227.239): 56 data bytes 64 bytes from 207.97.227.239:
icmp_seq=0 ttl=54 time=107.941 ms
OS X 10.6.5 (Intel)
Ideas welcome, thanks.
--
FredB
Hi all,
when writing tex files, all the sections marked with \section{} are shown in that kind of "pop up menu" on the bottom right of the TM window.
Is there a way to mark certain lines in a Plain Text file, so that they will be shown in the same way?
Thanks in advance
--
Christian
-It's better to be a pirate than to join the Navy.-
John Sculley and John A. Byrne, 1987
Definitely the theme for the weekend...found another missing key binding.
In a project, when you right-click in the project drawer, there is the option to create a new folder. Up until now, this has the shortcut Command-Control-G listed next to it. This would only work if you initially right-clicked, then pressed the shortcut, but it appears that this binding has been a victim of the recent update as well.
Any way to get it back through editing the key bindings file? Or another solution?
Thanks,
+dru
Hi All,
I'm a new user trying to figure out a good pipeline for R/Latek/Sweave.
Works great for me, except it crashes TextMate after rendering the PDF!
Lots of information below and attached. It seems like a TextMate problem
(and I've sent off a bug report) but thought someone here might have some
insight.
Any thoughts?
Thanks!Alex
PS: I noticed a spam ad for payday loans on the wiki, so I deleted it. If
any of you guys need payday loans, I apologize!
*Reproduce:*
- Install TextMate,R,Latek,R/Latek/Sweave bundles
- Use TextMate to render Example.Rnw (below).
- TextMate does an admirable job, producing the correct PDF.
- After this, the PDF window shows a spinning cursor in the top-right, and
crashes after ~10s.
Both TextMate and the PDF window respond normally during this time. Crash
occurs even if I close the PDF window!
*Attached for diagnostics:*
Crash log:
Crash Report.txt
Sample of TextMate process from just before executing Example.Rnw until
after the crash:
Exited process_6469.FdDN5T.sample
Console Errors
11/19/10 2:24:40 PM defaults[6774] The domain/default pair of
(com.macromates.textmate.webpreview, SelectedTheme) does not exist
11/19/10 2:25:09 PM com.apple.launchd.peruser.1987805519[4483]
([0x0-0x94094].com.macromates.textmate[6629])
Job appears to have crashed: Segmentation fault
*Example .Rnw file from the Sweave manual*
from:
http://cran.r-project.org/web/packages/pgfSweave/vignettes/pgfSweave.pdf
\documentclass[a4paper]{article}
\title{Sweave Example 1}
\author{Friedrich Leisch}
\begin{document}
\maketitle
In this example we embed parts of the examples from the
\texttt{kruskal.test} help page into a \LaTeX{} document:
<<>>=
data(airquality)
kruskal.test(Ozone ~ Month, data = airquality)
@
which shows that the location parameter of the Ozone distribution varies
significantly from month to month. Finally we include a boxplot of the data:
\begin{center}
<<fig=TRUE ,echo=FALSE >>=
boxplot(Ozone ~ Month, data = airquality)
@
\end{center}
\end{document}
*>> note: delete library(ctest) from the original example to run.*
*My installation (all of this as of 10.11.19)*
- Installed: "R version 2.12.0 (2010-10-15)"
- MacTex basic from
http://mirror.unl.edu/ctan/systems/mac/mactex/mactex-basic.pkg.zip
- TexMate from : http://download.macromates.com/TextMate_1.5.10.zip
- Installed R,Latex,and Sweave bundles as per:
http://www.r-bloggers.com/setting-up-textmate-to-use-r/, ie.,
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://svn.textmate.org/trunk/Bundles/R.tmbundle
svn co http://svn.textmate.org/trunk/Bundles/Latex.tmbundle
svn co http://svn.textmate.org/trunk/Bundles/SWeave.tmbundle
- Got around the Sweave.sty problem by
mkdir -p ~/Library/texmf/tex/latex
cd ~/Library/texmf/tex/latex
ln -s /Library/Frameworks/R.framework/Resources/share/texmf Sweave
... as per somewhere.
---
Alex Vaughan
HHMI, Janelia Farm Research Center
Dept. of Biology, Stanford University
Email :: avaughan(a)stanford.edu
Phone :: 510 717 6010
---
If you have a file that starts like
%!TEX TS-program = /usr/bin/env TEXINPUTS=./Macros:./Figures::
pdflatex
You get an error when you compile. The offending line in texMate.py is
stat = os.system('type '+engine+' > /dev/null')
which doesn't seem particularly useful anyway, but could easily be fixed
(and I have in my copy!) by doing something like:
stat = os.system('type '+ engine.split()[0] +' > /dev/null')
A more meta question is whether this hack is a good idea, since it defeats
the kpsewhich checks in files included in ./Macros. I use it mostly because
the other place to put all this would be in a TM project, making it hard to
collaborate with TeXShop users. Does anybody have a better idea?
^L
--
Louis Theran
Research Assistant Professor
Math Department, Temple University
http://math.temple.edu/~theran/
+1.215.204.3974
Hi,
I have configured Textmate to display the results of my Groovy scripts as a
tooltip (as opposed to displaying them in a separate popup window). The
problem I have as that I need to first save the script before I can run it
and view the results as a tooltip (otherwise the results of the saved script
gets returned). Is there a way to configure Textmate so I can display the
results as a tooltip without having to first save my script?
Thanks,
Jeff
Sorry for the off-topic.
But the unsubscribe and change password options up at
http://lists.macromates.com/listinfo/textmate do not work. They say that a
confirmation mail has been sent, but it never arrives. I cannot for the
life of me remember my password, so I'm stuck.
Any help is appreciated.
Chris G.
On 19 November 2010 03:14, <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: How to Handle Odd Quotes (Ben Wilson)
> 2. My dearest wish for TextMate, present or future :) -
> resizable project window fonts (Chris Patti)
> 3. setMark and swapWithMark (Bastien Dejean)
> 4. Re: ppc? (Tony Dew)
> 5. Re: 1.5.10 (1616) Ruby command-R broken again (Peter Wilkins)
> 6. Perl regexp highlighting errors (Karel B?lek)
> 7. Re: Crashing more then usual? (Luke Daley)
> 8. Re: Crashing more then usual? (Joshua Kehn)
> 9. Systematic Help Menu Crash (Bastien Dejean)
> 10. Re: My dearest wish for TextMate, present or future :) -
> resizable project window fonts (Dave Baldwin)
> 11. Re: Turning on comments after update (Karel B?lek)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 18 Nov 2010 12:10:33 -0500
> From: Ben Wilson <dausha(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: How to Handle Odd Quotes
> Message-ID:
> <AANLkTin_o-6tJKPJy95uZRbazsn2WzyfDptbjvAkaZ-A(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Thanks. I'll give that a go.
>
> I did get something to work; but I expect it to be messy. I added a
> snippet that turns a single double quote (one double quote) and
> expands to ``". This is working with my novel writing.
>
> I'm writing in Markdown...but I wrote a Ruby gem that provides rake
> commands that converts the Markdown into LaTeX, then compiles using
> pdflatex. I'm in NaNoWriMo, and agumenting my rake tasks as
> appropriate, and will later improve the gem then create a bundle that
> implements those tasks. I'm happy in the terminal world (CLI and vim);
> though TextMate is a close 2d.
>
> I have to say, though, when I occasionally switch to vim, I'm reminded
> why it's been my preferred editor for a decade. This is not a
> detraction to TextMate. They say to become an expert you need to spend
> 10,000+ hours practicing/using. Assuming 1/2 my professional time was
> in vim, that's just about 10,000 hours; but then I have countless
> weekends pounding away. So, I'll say I have around 15,000 hours in
> vim, and probably 200 in TextMate. And, I know it's not fair to
> compare with that much of a skill discrepancy.
>
> On Mon, Nov 15, 2010 at 11:57 AM, Justin Catterall
> <100621.1(a)masonsmusic.co.uk> wrote:
> >
> > On 11 Nov 2010, at 18:37, Ben Wilson wrote:
> >
> >> Thanks. I started by turning off the "Auto-Pair characters" in
> >> Preferences. I'm writing a novel and am using ``dialog" to demark
> >> dialog. So, I guess the next thing is a snippet...
> >
> > You're not writing it in LaTeX are you? That uses the same quoting
> method,
> > though I do have to hit ` twice to get ``'' and the cursor between.
> >
> > You might want to create your own bundle and dig those quotes out of
> either
> > the LaTeX or TeX bundles and add them to yours.
> >
> > Looking further, it your document type is LaTeX and you hit Ctrl+` that
> > wraps a selection in double quotes. Some interesting stuff in there.
> >
> > --
> > Justin C, by the sea.
> >
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
> >
>
>
>
> --
> Ben Wilson
> "We cannot determine the character or nature of a system within
> itself. Efforts to do so will only generate confusion and disorder."
> Boyd
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 18 Nov 2010 14:24:20 -0500
> From: Chris Patti <cpatti(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] My dearest wish for TextMate, present or future :) -
> resizable project window fonts
> Message-ID:
> <AANLkTim3eLdNJCpXkinW1u3m8PY39-Joctkn+Pi4dxCP(a)mail.gmail.com<AANLkTim3eLdNJCpXkinW1u3m8PY39-Joctkn%2BPi4dxCP(a)mail.gmail.com>
> >
> Content-Type: text/plain; charset=UTF-8
>
> I'm partially blind, and constantly find myself squinting and
> straining to see what I'm selecting in the project window (Which is
> one of TM's strengths IMO).
>
> I've tried using
> http://headfirstproductions.ca/modifying-textmate-drawer-font-size/ ,
> but my lack of familiarity with IB and XCode has left me unable to
> actually make this work reliably.
>
> I would pay another $20-30 for this one feature alone.
>
> -Chris
>
> --
> Christopher Patti - Geek At Large | GTalk: cpatti(a)gmail.com | AIM:
> chrisfeohpatti | P: (260) 54PATTI
> "Technology challenges art, art inspires technology." - John Lasseter,
> Pixar
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 18 Nov 2010 22:36:08 +0100
> From: Bastien Dejean <eschyle(a)gmail.com>
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] setMark and swapWithMark
> Message-ID: <D3CE2D46-C698-4006-9FD4-1DA5DBBC8B61(a)gmail.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> TextEdit responds successfully to the aforementioned cocoa text commands
> but TextMate (1623) doesn't.
>
> Thanks.
>
> ------------------------------
>
> Message: 4
> Date: Fri, 19 Nov 2010 00:16:47 +0000 (UTC)
> From: Tony Dew <tdew(a)supergraphics.ca>
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Re: ppc?
> Message-ID: <loom.20101119T011600-873(a)post.gmane.org>
> Content-Type: text/plain; charset=us-ascii
>
> Michael Sheets <mummer@...> writes:
>
> > Sorry we had the intel only build up for about 30 minutes by accident,
> re-downloading from the website will
> > give you the proper universal build:
> >
> > http://download.macromates.com/
>
> Yes, a download and reinstall seems to have fixed the issue. Thanks!
>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 18 Nov 2010 20:55:39 -0500
> From: Peter Wilkins <pwilkins.mit(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: 1.5.10 (1616) Ruby command-R broken again
> Message-ID:
> <AANLkTi=ONfvS=0wWS3cZ6mfK0zZQHxQpR6ROoH7kxMze(a)mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> My apologies. I'm unable to reproduce the problem. (The problem I
> experienced is a repeat of ticket
> FAB08510<http://ticket.macromates.com/show?ticket_id=FAB08510>
> .)
>
> /peter
>
> On Tue, Nov 16, 2010 at 10:55 AM, Allan Odgaard <mailinglist(a)textmate.org
> >wrote:
>
> > On 16 Nov 2010, at 16:51, Peter Wilkins wrote:
> >
> > > Upon upgrading to 1.5.10 (1616) my command-R short-cut is broken again.
> >
> > How is it broken? What happens when you press it?
> >
>
Hi there -
Have discovered a bug in the project drawer:
If you are editing a file within a subfolder of a project and you "save as" to another subfolder, then MissingDrawer behaves as if the file has been renamed... (the original file is hidden and the new file is displayed in the original folder (as well as the real folder).
The only way to remedy this is by closing and reopening this project.
(Happens with and without Missing Drawer, originally reported as missing drawer bug https://github.com/jezdez/textmate-missingdrawer/issues/issue/28)
PS - is there an online issue tracker/bug reporter for TextMate?
thanks
Tim
Tim Diggins
http://red56.co.uk
I will add to the latest chain of messages with key binding problems
after last update.
I was constantly using cmd + / for commenting/uncommenting in code.
However, on Czech Mac keyboard, / is under shift on the same key as
"ú" and "[", so I had to use cmd-shift-ú.
Now, it just jumps into help menu for some reason.
I would change the key binding in System Preferences - however, I
can't find toggling comments in any menu!
This is very frustrating, since I love the commenting/uncommenting
feature and I can't find any way to use it. And I guess all Czech
users have it the same.
(the czech layout on PCs is here -
http://en.wikipedia.org/wiki/File:Keyboard_layout_Czech.svg - but as
always, macs have it a bit different. the ú-/-[ key is next to P.)
Karel Bílek