osx
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1533 articles for 0.005 sec
Re: Carbon emacs (OSX) & /usr/bin/emacs using the same .emacs     

Group: gnu.emacs.help · Group Profile · Search for osx in gnu.emacs.help
Author: Peter Dyballa
Date: Aug 26, 2008 03:55

Am 26.08.2008 um 12:45 schrieb Nikolaj Schumacher: The versions of both Emacsen are different. Emacs-major-version is 21 for Apple's non-windowing version. That depends on the OSX version. 10.5 has 22.1.1. No, who told Apple that GNU Emacs was updated?! At least the *variable* emacs-version is 22.2 for Carbon Emacs. And as I mentioned, the function gives more ...
Show full article (0.66Kb)
Re: Carbon emacs (OSX) & /usr/bin/emacs using the same .emacs     

Group: gnu.emacs.help · Group Profile · Search for osx in gnu.emacs.help
Author: Nikolaj Schumacher
Date: Aug 26, 2008 03:45

...the difference between Carbon Emacs and /usr/bin/ emacs Emacs (in darwin shell)? Yes, `window-system' is 'mac in Carbon Emacs. In terminals it is nil. In both `system-type' is 'darwin. The versions of both Emacsen are different. Emacs-major-version is 21 for Apple's non-windowing version. That depends on the OSX version. 10.5 has 22.1.1. regards, Nikolaj Schumacher
Show full article (0.58Kb)
Re: Reply-To field default value for Mail under OsX 10.4 &10.5     

Group: comp.sys.mac.comm · Group Profile · Search for osx in comp.sys.mac.comm
Author: Gordon Sande
Date: Jul 23, 2008 18:50

...-07-23 19:20:21 -0300, mikePOST@TOGROUPmacconsult.com (Mike Rosenberg) said: Tom Stiller <tomstiller@yahoo.com> wrote: Now I am trying to set a default for Reply-to for Mail on OsX 10.5 (Leopard). What menu option have I missed or what utility have I forgotten to use? I set mine using a plist editor, but something like: defaults write com.apple.mail ...
Show full article (0.88Kb) · Show article thread
Re: Reply-To field default value for Mail under OsX 10.4 &10.5     

Group: comp.sys.mac.comm · Group Profile · Search for osx in comp.sys.mac.comm
Author: Mike Rosenberg
Date: Jul 23, 2008 15:20

Tom Stiller <tomstiller@yahoo.com> wrote: Now I am trying to set a default for Reply-to for Mail on OsX 10.5 (Leopard). What menu option have I missed or what utility have I forgotten to use? I set mine using a plist editor, but something like: defaults write com.apple.mail UserHeaders "Reply-To" "<e-mail address> ought to work. Or you could just click on the...
Show full article (0.78Kb) · Show article thread
Re: Reply-To field default value for Mail under OsX 10.4 &10.5     

Group: comp.sys.mac.comm · Group Profile · Search for osx in comp.sys.mac.comm
Author: Tom Stiller
Date: Jul 23, 2008 13:24

... <g.sande@worldnet.att.net> wrote: I have a default value for Reply-To for Mail under OsX 10.4 (Tiger). Unfortunately I have forgotten how I did it. :-( I suspect it involved one of the ... option setting utilities. Now I am trying to set a default for Reply-to for Mail on OsX 10.5 (Leopard). What menu option have I missed or what utility have I forgotten to use? I set ...
Show full article (0.70Kb) · Show article thread
Reply-To field default value for Mail under OsX 10.4 &10.5     

Group: comp.sys.mac.comm · Group Profile · Search for osx in comp.sys.mac.comm
Author: Gordon Sande
Date: Jul 23, 2008 12:29

I have a default value for Reply-To for Mail under OsX 10.4 (Tiger). Unfortunately I have forgotten how I did it. :-( I suspect it involved one of the third party extra option setting utilities. Now I am trying to set a default for Reply-to for Mail on OsX 10.5 (Leopard). What menu option have I missed or what utility have I forgotten to use?
Show full article (0.35Kb)
Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong     

Group: comp.os.plan9 · Group Profile · Search for osx in comp.os.plan9
Author: underspecified
Date: Jul 3, 2008 09:33

...: diff -r ca5b26cbe43a src/9vx/osx/screen.c --- a/src/9vx/...41 2008 -0400 +++ b/src/9vx/osx/screen.c Fri Jul 04 ... BeginFullScreen(&restore, 0, 0, 0, &osx.window, 0, 0); + GDHandle device;... diff -r ca5b26cbe43a src/9vx/osx/screen.c --- a/src/9vx/... 2008 -0400 +++ b/src/9vx/osx/screen.c Fri Jul 04 ...BeginFullScreen(&restore, 0, 0, 0, &osx.window, 0, 0); + GDHandle device;...
Show full article (2.78Kb) · Show article thread
Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong     

Group: comp.os.plan9 · Group Profile · Search for osx in comp.os.plan9
Author: andrey mirtchovski
Date: Jul 3, 2008 09:32

> - BeginFullScreen(&restore, 0, 0, 0, &osx.window, 0, 0); + GDHandle device; + GetWindowGreatestAreaDevice(&osx.window, kWindowTitleBarRgn, &device, NULL); + BeginFullScreen(&fullScreenRestore, device, 0, 0, &osx.window, 0, 0); oops, my bad: i missed that code from the original patch it appeared in because...
Show full article (0.46Kb) · Show article thread
Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong     

Group: comp.os.plan9 · Group Profile · Search for osx in comp.os.plan9
Author: underspecified
Date: Jul 3, 2008 09:28

... diff -r ca5b26cbe43a src/9vx/osx/screen.c --- a/src/9vx/... 2008 -0400 +++ b/src/9vx/osx/screen.c Fri Jul 04 ...BeginFullScreen(&restore, 0, 0, 0, &osx.window, 0, 0); + GDHandle device;...&device, NULL); + BeginFullScreen(&fullScreenRestore, device, 0, 0, &osx.window, 0, 0);....isfullscreen = 1; osx.fullscreentime = msec(); On Fri, Jul 4, 2008 at ...
Show full article (2.00Kb) · Show article thread
Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong     

Group: comp.os.plan9 · Group Profile · Search for osx in comp.os.plan9
Author: Uriel
Date: Jul 3, 2008 09:03

... some of the updates that made it into inferno-os). So my comment applies as much to the osx code as to the x11 code, and to hypothetical win32 code. That is the whole point, that every...all programs that you're interested in unifying (p9p, drawterm, 9vx, acme-sac, inferno), merge the osx drawing code (using the best solution available, which for some things is 9vx, for others acme-sac...
Show full article (1.34Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next