You can subscribe to this list here.
2000 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
(1) |
Jul
(9) |
Aug
(1) |
Sep
(2) |
Oct
(3) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
(3) |
Apr
(5) |
May
(1) |
Jun
|
Jul
(7) |
Aug
|
Sep
(8) |
Oct
(9) |
Nov
(20) |
Dec
(25) |
2002 |
Jan
(11) |
Feb
(8) |
Mar
(16) |
Apr
(33) |
May
(56) |
Jun
(55) |
Jul
(16) |
Aug
(26) |
Sep
|
Oct
(19) |
Nov
(3) |
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Piet v. O. <pi...@cs...> - 2002-05-09 17:06:39
|
>>>>> Rodney Sparapani <rsp...@po...> (RS) writes: RS> I compiled 21.2 with both cc and gcc3 and I got the same results. When RS> I'm in a *shell* buffer, I can't run ssh because it complains that RS> stdin is not a tty (or was it pty?). In any case, 21.1 (compiled with RS> cc) works fine with ssh. I know there are some issues with dropped RS> characters (I haven't seen it myself), but this appears to be different RS> behavior rather than a bug. Any ideas? (setq process-connection-type t) before you start the shell (or define a function that starts the shell within a let) -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |
From: Andrew C. <ak...@sh...> - 2002-05-09 16:55:02
|
> I compiled 21.2 with both cc and gcc3 and I got the same results. > When I'm in a *shell* buffer, I can't run ssh because it complains > that stdin is not a tty (or was it pty?). In any case, 21.1 > (compiled with cc) works fine with ssh. I know there are some > issues with dropped characters (I haven't seen it myself), but this > appears to be different behavior rather than a bug. Any ideas? Hi Rodney, The change has to do with the use of ptys and pipes to communicate with subprocesses. Because people were not able to use ange-ftp with pipes, the current setting compiles with ptys (and pipe, which is always on) support but set process-connection-type to nil. This allows ange-ftp and tramp to work (since they set process-connection-type to t locally) and other packages that use IPC not to lose characters. It seems ssh also needs a pty to work so all you need to do is set process-connection-type to t before using it. There's documentation of this variable in the `Processes' section in the Emacs Lisp manual. Andrew. |
From: Rodney S. <rsp...@po...> - 2002-05-09 16:32:40
|
I compiled 21.2 with both cc and gcc3 and I got the same results. When I'm in a *shell* buffer, I can't run ssh because it complains that stdin is not a tty (or was it pty?). In any case, 21.1 (compiled with cc) works fine with ssh. I know there are some issues with dropped characters (I haven't seen it myself), but this appears to be different behavior rather than a bug. Any ideas? Rodney Sparapani Medical College of Wisconsin Sr. Biostatistician Patient Care & Outcomes Research (PCOR) rsp...@mc... http://www.mcw.edu/pcor Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do |
From: Piet v. O. <pi...@cs...> - 2002-05-06 18:56:39
|
>>>>> Amos <amo...@ut...> (A) writes: >>>>> On 03 May 2002 23:09:33 +0200, >>>>> Piet van Oostrum <pi...@cs...> (pvo) writes: pvo> The gnus that comes with 21.2 works well enough. A> Speaking of gnus, how do folks have it set up so that clicking on a A> URL brings up a window in a web browser, like perhaps OmniWeb? I A> had something like this on Solaris where it would pass the request A> onto Netscape, but I'm not sure how that can be done on OS X.... I use browse-url-generic-program and have it set to "openurl" (setq browse-url-browser-function 'browse-url-generic) (setq browse-url-generic-program "openurl") I have a shell script "openurl" containing: osascript -e 'open location "'$*'"' -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |
From: Amos <amo...@ut...> - 2002-05-06 13:56:52
|
>>>>> On 03 May 2002 23:09:33 +0200, >>>>> Piet van Oostrum <pi...@cs...> (pvo) writes: pvo> The gnus that comes with 21.2 works well enough. Speaking of gnus, how do folks have it set up so that clicking on a URL brings up a window in a web browser, like perhaps OmniWeb? I had something like this on Solaris where it would pass the request onto Netscape, but I'm not sure how that can be done on OS X.... -- Amos |
From: Didier C. <car...@ac...> - 2002-05-04 08:32:35
|
On Saturday, May 4, 2002, at 01:44 AM, Andrew Choi wrote: >> [...] I noticed the same thing but have another question regarding >> the GUI mode: whenever I run it, it starts consuming a lot of CPU >> time (> 80% on a powerbook). > The patch below fixes the problem. I'll check in into the CVS when I > can. [...] > Fixed indeed, thank you very much. |
From: Andrew C. <ak...@sh...> - 2002-05-04 00:29:43
|
> Next question: when I go into info mode the links are a series of > boxes. I guess this is the font bold / italic stuff that I noticed > folks talking about (viewed from list archive)? I downloaded these > GNU-Fonts that are referenced, but not sure just where to install > them. I have a feeling that maybe my Emacs doesn't see them? I put it in my Mac OS 9 System Folder so both system 9 and X can see it. You can try putting it in ~/Library/Fonts/ for that user to see it or /Library/Fonts/ for all users to see it. To check whether Emacs is aware of a font, use the x-list-fonts function, e.g., (x-list-fonts "*fixed*160*") > Oh, we need to get the GNU image and use that as the icon. That > would be cool. I'm designing a new one. In the mean time, you can put any .icns file you like in Emacs.app/Contents/Resources/. |
From: Andrew C. <ak...@sh...> - 2002-05-03 23:44:22
|
> [...] I noticed the same thing but have another question regarding > the GUI mode: whenever I run it, it starts consuming a lot of CPU > time (> 80% on a powerbook). Only happens in GUI mode, it works > fine in a terminal window. Well actually, it works fine in the GUI > mode too, it is just that anything else is slow while it is running. The patch below fixes the problem. I'll check in into the CVS when I can. Index: macterm.c =================================================================== RCS file: /cvsroot/emacs//emacs/src/macterm.c,v retrieving revision 1.1 diff -u -r1.1 macterm.c --- macterm.c 26 Apr 2002 23:39:05 -0000 1.1 +++ macterm.c 3 May 2002 23:32:14 -0000 @@ -12301,7 +12301,7 @@ if (NILP (Fboundp (Qmac_ready_for_drag_n_drop))) event_mask -= highLevelEventMask; - while (WaitNextEvent (event_mask, &er, 0L, NULL) && numchars > 0) + if (WaitNextEvent (event_mask, &er, (expected ? app_sleep_time : 0L), NULL)) switch (er.what) { case mouseDown: @@ -12339,8 +12339,6 @@ mouse_tracking_in_progress = mouse_tracking_none; tracked_scroll_bar = NULL; count++; - bufp++; - numchars--; break; } @@ -12356,8 +12354,6 @@ bufp->kind = menu_bar_activate_event; XSETFRAME (bufp->frame_or_window, f); count++; - bufp++; - numchars--; } break; @@ -12437,8 +12433,6 @@ } count++; - bufp++; - numchars--; } break; @@ -12462,8 +12456,6 @@ XSETFRAME (bufp->frame_or_window, ((mac_output *) GetWRefCon (window_ptr))->mFP); count++; - bufp++; - numchars--; } break; @@ -12603,8 +12595,6 @@ bufp->timestamp = er.when * (1000 / 60); /* ticks to milliseconds */ count++; - bufp++; - numchars--; break; case kHighLevelEvent: @@ -12655,8 +12645,6 @@ #endif /* not TARGET_API_MAC_CARBON */ count++; - bufp++; - numchars--; } default: |
From: Piet v. O. <pi...@cs...> - 2002-05-03 21:09:40
|
>>>>> Amos <amo...@ut...> (A) writes: A> Next question: when I go into info mode the links are a series of A> boxes. I guess this is the font bold / italic stuff that I noticed A> folks talking about (viewed from list archive)? I downloaded these A> GNU-Fonts that are referenced, but not sure just where to install A> them. I have a feeling that maybe my Emacs doesn't see them? I have no special fonts installed. Just this in my .emacs: (set-frame-font "fontset-mac") A> Oh, we need to get the GNU image and use that as the icon. That A> would be cool. A> Are there thoughts of eventually implementing the tool bar? I have A> to admit it's not something I've tended to use a lot, but I imagine A> it would sure look nice on Aqua. A> Now to see if I can get CVS gnus installed.... The gnus that comes with 21.2 works well enough. -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |
From: Piet v. O. <pi...@cs...> - 2002-05-03 21:06:46
|
>>>>> Didier Carlier <car...@ac...> (DC) writes: A> % emacs A> Fatal error (6).Abort >> A> However, if I do 'emacs -nw', then it comes up just fine: >> >> >> If you want a non-graphical emacs, i.e. running in a Terminal windows: >> emacs -nw is the proper invocation. >> >> If you want a GUI emacs you jave to start the Emacs.app in the mac >> subdirectory. Either double-click or start it from a Terminal with open >> Emacs.app. DC> I noticed the same thing but have another question regarding the GUI mode: DC> whenever I run it, it starts consuming a lot of CPU time (> 80% on a DC> powerbook). DC> Only happens in GUI mode, it works fine in a terminal window. Well DC> actually, it works fine DC> in the GUI mode too, it is just that anything else is slow while it is DC> running. DC> Has anybody else noticed this ? I had never noticed this, but now I startup top and it shows around 70% CPU. It also happens on a freshly started emacs. I am sure emacs 21.1 didn't have this. -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |
From: Amos <amo...@ut...> - 2002-05-03 14:34:21
|
>>>>> On 03 May 2002 09:42:48 +0200, >>>>> Piet van Oostrum <pi...@cs...> (pvo) writes: pvo> If you want a GUI emacs you jave to start the Emacs.app in the mac pvo> subdirectory. Either double-click or start it from a Terminal with open pvo> Emacs.app. And you normally would copy it to /Applications or some such. pvo> Be careful to copy and not to move, otherwise you get problems if you want pvo> to recompile. Thanks! Cool. It works now. :-) Perhaps the mac/INSTALL file should mention this with a little: cd mac sudo cp -r Emacs.app /Applications Or maybe just have 'make install' do this? Next question: when I go into info mode the links are a series of boxes. I guess this is the font bold / italic stuff that I noticed folks talking about (viewed from list archive)? I downloaded these GNU-Fonts that are referenced, but not sure just where to install them. I have a feeling that maybe my Emacs doesn't see them? Oh, we need to get the GNU image and use that as the icon. That would be cool. Are there thoughts of eventually implementing the tool bar? I have to admit it's not something I've tended to use a lot, but I imagine it would sure look nice on Aqua. Now to see if I can get CVS gnus installed.... -- Amos |
From: Didier C. <car...@ac...> - 2002-05-03 09:22:26
|
> A> % emacs > A> Fatal error (6).Abort > > A> However, if I do 'emacs -nw', then it comes up just fine: > > > If you want a non-graphical emacs, i.e. running in a Terminal windows: > emacs -nw is the proper invocation. > > If you want a GUI emacs you jave to start the Emacs.app in the mac > subdirectory. Either double-click or start it from a Terminal with open > Emacs.app. I noticed the same thing but have another question regarding the GUI mode: whenever I run it, it starts consuming a lot of CPU time (> 80% on a powerbook). Only happens in GUI mode, it works fine in a terminal window. Well actually, it works fine in the GUI mode too, it is just that anything else is slow while it is running. Has anybody else noticed this ? Didier |
From: Piet v. O. <pi...@cs...> - 2002-05-03 07:42:57
|
>>>>> Amos <amo...@ut...> (A) writes: A> Hi. A> I've been mostly around Sun machines for a long time, then Linux, A> and now more recently Mac OS X (on a TiBook). Trying to get latest A> CVS Emacs going. I installed texinfo, textutils, and ispell A> without problems. (I debated whether to use Fink or not, but in A> the end blew it off for now. Mainly I'm just eager to get this A> Emacs going.) A> I then did a configure on Emacs followed by 'make bootstrap'. It A> *seemed* to compile just fine. After the 'make install', when I A> try to start up emacs without any arguments, I get: A> % emacs A> Fatal error (6).Abort A> However, if I do 'emacs -nw', then it comes up just fine: A> GNU Emacs 21.2.50.1 (powerpc-apple-darwin5.4) A> Thoughts? If you want a non-graphical emacs, i.e. running in a Terminal windows: emacs -nw is the proper invocation. If you want a GUI emacs you jave to start the Emacs.app in the mac subdirectory. Either double-click or start it from a Terminal with open Emacs.app. And you normally would copy it to /Applications or some such. Be careful to copy and not to move, otherwise you get problems if you want to recompile. -- Piet van Oostrum <pi...@cs...> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.v...@hc... |
From: Amos <amo...@ut...> - 2002-05-03 06:36:08
|
Hi. I've been mostly around Sun machines for a long time, then Linux, and now more recently Mac OS X (on a TiBook). Trying to get latest CVS Emacs going. I installed texinfo, textutils, and ispell without problems. (I debated whether to use Fink or not, but in the end blew it off for now. Mainly I'm just eager to get this Emacs going.) I then did a configure on Emacs followed by 'make bootstrap'. It *seemed* to compile just fine. After the 'make install', when I try to start up emacs without any arguments, I get: % emacs Fatal error (6).Abort However, if I do 'emacs -nw', then it comes up just fine: GNU Emacs 21.2.50.1 (powerpc-apple-darwin5.4) Thoughts? Is there a 'truss' or 'trace' on OS X? So far haven't found anything like that. Pointers of where to look? -- Amos |
From: Andrew C. <ak...@sh...> - 2002-04-27 21:22:25
|
> > Do bold and italic characters other than -ETL-* show up in my > > previous patch? I don't see how they could but I'll check this. > > Absolutely yes! I used many different fonts and all worked perfectly > in both italic and bold. It would help a lot if you can tell me which fonts other than -ETL-* do show up in italic and bold (Monaco and Courier?) and how you got it to work. Did you use set-frame-font? Did you customize a face? I've just checked the 21.1 version and could not get any bold or italic version of fonts other than -ETL-* to work. Also, just to make sure, you *are* referring to the 21.1 patch, right? Bold and italic worked on version 20.6 on Mac OS Classic because that had different font handling code. The 21.1 patch and the current CVS version, on the other hand, are not that different. |
From: Enrico F. <fra...@yv...> - 2002-04-27 16:58:47
|
On April 27, Andrew Choi writes: > Do bold and italic characters other than -ETL-* show up in my > previous patch? I don't see how they could but I'll check this. Absolutely yes! I used many different fonts and all worked perfectly in both italic and bold. cheers -- e. Enrico Franconi - fra...@cs... University of Manchester - http://www.cs.man.ac.uk/~franconi/ Department of Computer Science - Phone: +44 (161) 275 6170 Manchester M13 9PL, UK - Fax: +44 (161) 275 6204 |
From: Andrew C. <ak...@sh...> - 2002-04-27 16:50:14
|
> Thanks for the prompt response. Does this mean that when I put > (setq default-frame-alist > '((font . "-*-Courier-*-*-*-*-14-*-*-*-*-*-*-*"))) > Emacs is actually using the TTF fonts rather than the postscript? > Why was this working with your previous patches? :-) > So, in general, what kind of fonts can I provide to Emacs? Hi Enrico, It is not a matter of Truetype versus Postscript fonts; it is one of whether Emacs recognizes a font as having a bold/italic variant. The -ETL-* fonts are just bitmap fonts but they are specially handled in the X Font Specs emulation code to provide bold and italic variants for use by Emacs. Do bold and italic characters other than -ETL-* show up in my previous patch? I don't see how they could but I'll check this. Perhaps the best solution is to enable Emacs to use the bold and italic variants of fonts like Monaco and Courier. I'll take a look at how hard it will be to make that work. It probably isn't too hard. Bold will look fine, but I'm not sure about italics. Personally, I use -ETL-* all the time and they look very nice to me. -ETL-fixed-*16* also works great along side 16x16 Chinese characters! To see what fonts Emacs recognizes, use the function x-list-fonts. See the examples below to see how to use it. Andrew. ----- (setq eval-expression-print-length 100) 100 (x-list-fonts "*courier*14*") ("-apple-courier-medium-r-normal--14-140-75-75-m-140-mac-roman" "-apple-courier-medium-r-normal--14-140-75-75-m-140-mac-roman") (x-list-fonts "*monaco*14*") ("-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac-roman" "-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac-roman") (x-list-fonts "*fixed*16*") ("-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-8" "-sony-fixed-medium-r-normal--16-160-75-75-m-160-jisx0201.1976-0" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-koi8-r" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-7" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-5" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-9" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-4" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-3" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-2" "-etl-fixed-bold-i-normal--16-160-75-75-m-160-iso8859-1" "-etl-fixed-medium-i-normal--16-160-75-75-m-160-iso8859-1" "-etl-fixed-bold-r-normal--16-160-75-75-m-160-iso8859-1" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-iso8859-1" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-viscii1.1-1" "-misc-fixed-medium-r-normal--16-160-75-75-m-160-mulelao-1" "-etl-fixed-medium-r-normal--16-160-75-75-m-160-tis620.2529-1") |
From: Enrico F. <fra...@yv...> - 2002-04-27 16:17:04
|
On April 27, Andrew Choi writes: > Emacs does not recognize the Truetype fonts (including Monaco) as > having bold, italic, and bold-italic variants. Thanks for the prompt response. Does this mean that when I put (setq default-frame-alist '((font . "-*-Courier-*-*-*-*-14-*-*-*-*-*-*-*"))) Emacs is actually using the TTF fonts rather than the postscript? Why was this working with your previous patches? :-) So, in general, what kind of fonts can I provide to Emacs? cheers -- e. Enrico Franconi - fra...@cs... University of Manchester - http://www.cs.man.ac.uk/~franconi/ Department of Computer Science - Phone: +44 (161) 275 6170 Manchester M13 9PL, UK - Fax: +44 (161) 275 6204 |
From: Andrew C. <ak...@sh...> - 2002-04-27 16:01:30
|
> First of all, thanks a lot! There is a problem with bold and italic > faces. They are not shown at all. I attach grab of how the *faces* > buffer, so that you can get a better picture of what happens to me. I > tried different fonts with the same effect. > > cheers > -- e. > > [...image deleted...] Hi Enrico, Emacs does not recognize the Truetype fonts (including Monaco) as having bold, italic, and bold-italic variants. This can be fixed but the result will probably not work as well as expected because of the different widths used by the variants (italic characters in bounding boxes look sparse). In the mean time, -etl-fixed-medium-i-*16*, -etl-fixed-bold-r-*16*, etc. work well. Try installing the following font into your ~/Library/Fonts/ folder, or your System 9 Fonts folder. http://prdownloads.sourceforge.net/mac-emacs/GNU-Fonts.sea.bin Emacs is setup to look for them by default so you don't need to do anything to use them. Andrew. |
From: Andrew C. <ak...@sh...> - 2002-04-27 02:05:39
|
Hi Everyone, I have just merged my latest Emacs source for Mac OS X into the `head' branch of the Emacs CVS. The current version there is 21.2.50 (so it is newer than 21.2). To find out how access it, visit the following URL. http://savannah.gnu.org/projects/emacs/ After checking out the source directory, the standard procedure of `./configure', `make', and `make install' should be sufficient to build Emacs on Mac OS X. You will need to have installed the GNU texinfo package. More information can be found in the files mac/INSTALL and mac/README, and the Mac OS section of the on-line manual. I have not prepared a binary distribution yet but I should make this available soon. Suggestions and questions are welcome. Please send bug reports to gnu.emacs.bug or mail them to ema...@gn... as described in the file BUGS. Questions can be posted to gnu.emacs.help. Have fun! Andrew. |
From: Michael C. <mi...@ca...> - 2002-04-20 13:33:25
|
Hi. Just a quick question... Is there any way to emulate the middle and right mouse buttons in this build of emacs with a standard mac one button mouse? Thanks for any info. |
From: Enrico F. <fra...@cs...> - 2002-04-20 06:33:19
|
On April 19, Andrew Choi writes: > > Is there any way to emulate the middle and right mouse buttons in > > this build of emacs with a standard mac one button mouse? > > Unfortunately, modifier keys don't work for mouse events in the > current implementation either. I'll look into this when I can. A temporary trick is to use USB Overdrive, and for example to bind the middle button to ctrl-y. cheers -- e. Enrico Franconi - fra...@cs... University of Manchester - http://www.cs.man.ac.uk/~franconi/ Department of Computer Science - Phone: +44 (161) 275 6170 Manchester M13 9PL, UK - Fax: +44 (161) 275 6204 |
From: Andrew C. <ak...@sh...> - 2002-04-20 03:39:21
|
> Is there any way to emulate the middle and right mouse buttons in > this build of emacs with a standard mac one button mouse? Hi Mike, No. Unfortunately, modifier keys don't work for mouse events in the current implementation either. I'll look into this when I can. Andrew. |
From: Michael C. <mi...@ca...> - 2002-04-20 01:06:58
|
Hi. Just a quick question... Is there any way to emulate the middle and right mouse buttons in this build of emacs with a standard mac one button mouse? Thanks for any info. |
From: Enrico F. <fra...@cs...> - 2002-04-17 00:28:30
|
On April 16, macmail writes: > > It can not work anyway, since this version of mac-emacs still does > > not handle inline images. It works on the fink X11 emacs 21.2 > > though. For a rich precompiled version of mac-emacs targeted > > towards latex, you can see > > http://www.cs.man.ac.uk/~franconi/mac-emacs/ > > Sorry - I meant the X11 emacs. Does preview latex work with the > version mentioned above? If not has anybody got it working on X11 > (on the mac)? Yes, as I mentioned above it works on the current fink X11 emacs 21.2. If you download my latex enhanced mac-emacs, you can get the full site-lisp directory with all the needed stuff precompiled, which works on any emacs (mac, linux etc). cheers -- e. Enrico Franconi - fra...@cs... University of Manchester - http://www.cs.man.ac.uk/~franconi/ Department of Computer Science - Phone: +44 (161) 275 6170 Manchester M13 9PL, UK - Fax: +44 (161) 275 6204 |