Ignore:
Timestamp:
10/30/06 11:06:21 (18 years ago)
Author:
Nicholas Riley
Message:

VERSION: Updated for 1.1.

main.c: Disabled -o since it doesn't work.

launch.1: Updated for 1.1. Added description of -a which had been
missing (oops).

README: Updated for 1.1. Turned out the Resorcerer example is still
fine (though rather out of date contextually, oh well.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/README

    r308 r309  
    1 launch 1.1d2 [unreleased]
    2 ============
     1launch 1.1 [30 October 2006]
     2==========
    33
    44A command-line launcher for Mac OS X in the spirit of open(1).
     
    105105    e() {
    106106      ( emacsclient -n $@ >&/dev/null && \
    107         appswitch -a Emacs ) || \
     107        appswitch -a Emacs ) || \
    108108      ( launch -ba Emacs && \
    109109        until { emacsclient -n $@ >&/dev/null } do sleep 1; done;
     
    223223---------------
    224224
    225 1.1 - unreleased
     2251.1 - 30 October 2006
    226226 - -L: send "launch" (ascr/noop) event to app, bypasses automatic
    227227   opening of untitled document, etc.
    228  - -o: pass command-line arguments (broken, r. 4474993)
     228 - -o: pass command-line arguments (undocumented while still broken,
     229   r. 4474993)
    229230 - display content type ID (UTI)   
    230231 - display architecture of Mach-O files
Note: See TracChangeset for help on using the changeset viewer.