Tag Info

Hot answers tagged

9

You can do this in System Preferences in the Text tab of the Language & Text pane: You can toggle on/off the built-in replacements, as well as create ones of your own.


9

The Speech Synthesis Programming Guide describes the embedded speech commands that you can use to adjust how the speech synthesis engines process your input text. The [[inpt PHON]] command enables the use of phonemes and phoneme modifiers. For example, the following text includes a phonemic version of your chosen word (select the text, Control-click, and ...


7

You could use launchd. launchd lets you manage daemons and agents according to certain conditions. What are daemons and agents? From man launchd: A "daemon" is, by definition, a system-wide service of which there is one instance for all clients. An "agent" is a service that runs on a per-user basis. Daemons should not attempt to display UI ...


7

I use Marked to process text files to pdf routinely. No matter what editor you use, Marked will open and re-save a PDF generated from the plain text input by opening and re-saving the file. It also saves to HTML or RDF output from markdown. In reality, any program that renders markdown could print to PDF using OS X core services (File -> Print -> PDF -> ...


5

This is a known issue with iMessage. In your case, what has happened is that the SIM was registered on Apple's servers as capable of accepting iMessages. When your friend swapped phones, they likely kept the same SIM card. So now their old iPhone (bound to Apple's servers by its UUID) and the SIM card (bound by its own ID) are both registered with Apple to ...


5

The Lion build of less indeed comes with the lesskey feature disabled, as can be seen by the customized defines.h it is being built with (line #define USERFILE 0). This doesn't mean it's broken, just that someone decided to customize the build and disable this feature for whatever reason. Sadly they neglected to update the man page, which is why it's still ...


5

If you want it in your clipboard, how about: textutil -convert txt -stdout file.doc | pbcopy If you want it in a TXT file, textutil can put it right there for you too. If you aren't on the command line, then you can make this an app via Automator and bind that to a keystroke other than QuickView Space


5

I had a google, and found this for background reading. Unlike email, which has the potential to be abused without your consent merely by opening a message, there is no risk attached to simply viewing such messages provided they are received over the SMS network. They may contain links that you do not want to visit, but they cannot visit those links for you ...


4

Are you comfortable on the command line? If you have fink or macports installed, then you can easily install gocr or tesseract. I've had some success with each of these. Note that tesseract is, I think, the tool that Google uses for their book scanning. For tesseract, images must be in TIF format and have extension TIF or tif (one F, not two). Adobe tools ...


4

The solution is to create an afm version of the font you want to use which is American-typewriter for the enscript program to create with. What you need to do is grab a copy of the AmericanTypewriter font. Which is located at /Library/Fonts/AmericanTypewriter.ttc Next obtain and run the program ttf2pt1. Copy the output file that you can name atw.afm to ...


4

What if you want to select 78 here (after having pressed ⇧↑)? Or if you want to select both 12 and 78, on Windows you couldn't press shift+home and shift+end. Methods like moveToEndOfLineAndModifySelection: are unanchored in most applications, which means that they always extend selections. They are actually anchored in Xcode, TextMate, Sublime Text, and ...


3

I came up with an entirely different suggestion. Turn off the automatic smart quotes altogether, and learn to type them manually instead. On the U.S. standard keyboard layout: Open printer's quote “ can be typed manually by Option-[. Close printer's quote ” can be typed manually by Shift-Option-[. Open printer's apostrophe ‘ can be typed manually by ...


3

Well, one way that I know you can do it is create a new Text Message, and hit the + icon. Now, when you select your buddy, you should be able to select the phone number or the email address (since that is what your friend is probably using for iMessage). Select the phone number and it should send it to his Windows Phone instead of his iPad.


3

There really isn't a neat way of doing this. I normally hit Command + down arrow. This will bring me to the end of the page, where I can then press enter a few times, or if using textmate, you can create a snippet to insert carriage returns for you. With an application like textexpander you can program a keypress to add carriage returns for you.


3

Safari's reading list and iCloud works well to synchronize a list of URL between Macs and iOS devices. The Simplenote app and web app work well to let all your devices keep track of text documents. You only need to pay for the latter if you want enhanced features or avoid the advertisements that are minimal and generally very tasteful.


3

Your sending a lock doesn't change the settings you had on the phone prior to losing it. If messages were showing on the screen - they will still show. If not, they will not. If you have find my phone enabled and are concerned about changing this, you could send a remote erase (and then lose all ability to track it again) and have it resort to the ...


3

You can use OptionShift⌘-V to paste and match the current style. This removes all previous formatting, links, etc. If you would like to make this the default action when pressing ⌘V, open System Preferences -> Keyboard -> Keyboard Shortcuts, and select Application Shortcuts from the list on the left. Then, hit + to make a new shortcut, select ...


3

Your brother's Apple ID probably still has his phone number associated with it for iMessage. The smoothest way to deal with this is to have him disassociate his phone number from his Apple ID. In this KB article, see the section "How to unlink a phone number". If he has other Apple devices (Mac or iPad) that are using his Apple ID, your iMessages may be ...


2

So, I decided to give iTerm2 a spin after I hadn't looked at it in quite a few years. I have to admit that (with a little tweaking) it's actually a lot better than Terminal.app in many major and minor aspects. I have yet to find something that Terminal.app does better. So I guess that I'll just stick with iTerm2.


2

Here are a few options you could check out: Instapaper Acts a lot like Whispersync for any article you find on the web. You can read via a nice iOS app or the web app. You can also forward txt into your Instapaper account via email. It's supported by a ton of additional iOS apps. You can use actually link it right into your Kindle natively through ...


2

Huh. Sure enough, it's not setting up VT100 line drawing by default, and apparently programs don't bother with little things like how you're supposed to send enacs before using smacs any more (no doubt because some Linux terminal emulator doesn't require it, therefore "nobody does"). Anyway, quick fix (here, at least) is to add to your ~/.bashrc test -t ...


2

Yes - and be careful, I used my SIM to activate a friends iPhone and he is now receiving copies of my iMessages to his device. Looks like Apple hasn't solved this yet, and it's a major issue for people whose iPhones get stolen. Further reading: http://arstechnica.com/apple/news/2011/12/stolen-iphone-your-imessages-may-still-be-going-to-the-wrong-place.ars


2

I don’t know how to do this with Lion’s text replacements, but you might want to consider TextExpander, which performs a similar task. You don’t need to add a trailing space to open a snippet, which is what you’re looking for, right? e.g. my email address in TextExpander is set off with the shortcut ;g, no space required. [Duped from comments per dan8394’s ...


2

As mentioned, OS X (since 10.6) has built-in text expansion capability. However it's also worth mentioning TextExpander. It does the basic replacement that the built-in utilities do, but it offers a lot more functionality and customizability. For example, you can have it insert variables like the current date, move the insertion point (e.g. you can wrap ...


2

You didn't mention which version of Numbers you were using. Here are general directions to create a custom cell format in both Numbers '08 (1.0) and Numbers '09 (2.0). In Numbers '09, once in the Custom Number Format dialog, drag a few integer elements into the format box. Pull the menu down for each, and choose Hide separator. On the appropriate groups, ...


2

Safari Highlight URL in the address bar Press ⌥ and then ↩ to download. Chrome File -> Save As No options appear as to what the downloaded format is. For a plain .txt file it will be a simple text file.


2

You could probably use system prefs/language & text/text/symbol and text substitution to set up shortcuts for this. Smart stuff already has keyboard shortcuts: Option and Option + Shift plus [, Option and Option + Shift plus ] on a US layout. “ ” ‘ ’ These could be remapped with Ukelele.


2

One solution you could test is using your recipients email address. Your recipient has to have one, his iCloud address, that he used to log in (and he can add as many as he wants). If the message is not sent, it shouldn't be sent as SMS. You can still send message to his phone number, if you want to be sure he receives it.


2

Messages does give you an indicator of when a message is going to be sent as an SMS or an iMessage. The recipient's name, and the send button will be in green. Also it will say Text Message. in the text field where you would type your message. If it is going to send it by iMessage. All of the above will be blue. And it will say iMessage. in the text field ...


2

Not that I am aware of. Contact searching on iOS is particularly limited, it will only match whole words in names too when used via Spotlight, although you do get on the fly as you type results when searching directly in the app. No real reason why it works this way, other than every extra piece of data that you want to search requires indexing, which ...



Only top voted, non community-wiki answers of a minimum length are eligible