Re: shell mode syntax higlighting problem with here documents

2005-10-19 Thread Nicholas Sushkin
Stefan, Merci. I'll try to test the patch within the next couple of days and let you know. On Wednesday 19 October 2005 23:48, Stefan Monnier wrote: > If people who hack on SH scripts with lots of heredoc thingies could try > the patch below, it would help.  It's relative to the Emacs-CVS code

Re: image size limit?

2005-10-19 Thread Richard M. Stallman
Yeah, me too -- in many cases I just wanna check do a quick check, and seeing just the upper-left corner is good enough, so I do this with pictures up to about 3840 x 3072 pixels (that's triple my display size in each dimension). That is surely an unusual usage. I think it is ok

window-tree

2005-10-19 Thread Richard M. Stallman
window-tree was implemented so that the bugs in balance-windows could be fixed. But have they been fixed? I think not. Would someone like to work on this? It could be that we also need a new function to set a window's edges in a more controllable way. _

Re: compress files patch for mac/make-package

2005-10-19 Thread Richard M. Stallman
Maybe add an make install-gzip That's not a good idea. First of all, most people won't think to use it. Second, it departs from our standard. The `install' target should do the compression. ___ Emacs-devel mailing list Emacs-devel@gnu.o

Re: Clean-up of forward-paragraph [Re: Beginingless paragraphs: second stab at a patch.]

2005-10-19 Thread Richard M. Stallman
(i) When there is a left margin, sometimes forward paragraph moves to column zero, sometimes to after the margin. I think it should always move to after the margin if it can. (It can't when the line doesn't contain enough whitespace to constitute the margin.) I am not sure of tha

Re: Handling invalid HTML

2005-10-19 Thread Richard M. Stallman
Anyway, the following patch will allow Emacs to recognize encoding with either quotation marks (and for the attribute `content-type' quotation marks are optional): If no one objects in the next week, would you please install it? ___ Emacs-d

Re: Desktop saves TAGS-LISP

2005-10-19 Thread Richard M. Stallman
Perhaps in the long run a better way would be to read contents of TAGS files into a special buffer with a leading space in its name, thus hiding such buffers from many operations (e.g. from the buffer list). I don't think these buffers should be hidden. For one thing, users want to se

Re: split-height-threshold?

2005-10-19 Thread Richard M. Stallman
It's compared to windw_height(window) and should thus be expressed in number of lines, but its default value of 500 is then basically equivalent to most-positive-fixnum. I.e. "never split". Was that really the intention? I think so. This large value means, in effect, "Don't split a

Re: Searching in the minibuffer

2005-10-19 Thread Richard M. Stallman
In normal isearch operation (i.e. not in the minibuffer), typing C-s immediately moves point to the next occurrence of the search string and highlights it. Having a delay in the minibuffer between typing C-s and seeing the search string highlighted, or requiring to type another

Re: Defaults for set-variable

2005-10-19 Thread Richard M. Stallman
Then what about documenting it in the Emacs manual? Customization always inserts the old value into editable fields in the customization buffer (though, not as a Lisp expression that set-variable reads), so I think this is a useful thing for users to know that set-variable can prov

Re: macos.texi updated

2005-10-19 Thread Richard M. Stallman
At the elisp- wielding-user-visible level this manifests in what you pass to and get back from x-list-fonts, as well as any font-setting functions, Could you explain what "font-setting functions" means? Could you name some "font-setting functions"? setting font as a frame p

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Nick Roberts
> BTW, in case nobody's noticed the current gud/gdba routinely gets > completely confused by multiple debugging sessions already... It's come up at least twice before. I rarely debug two programs at the same time and when I do, I can do it with two instances of Emacs. For those that need multi

eBay Survey's Departament : Paid Survey

2005-10-19 Thread eBay
eBay Survey Instant $20 Survey Reward Reward Survey Dear eBay Member,You have been chosen by the eBay's Survey Department to take part in our quick and easy 6 question survery, In return we will instantly credit $20 to your account - Just for your time!Helping us bette

Re: shell mode syntax higlighting problem with here documents

2005-10-19 Thread Stefan Monnier
> #!/bin/bash > cat << EOF | \ > tee -a bug.txt > This is a test case for a bug in bash shell mode text highlighting > EOF If people who hack on SH scripts with lots of heredoc thingies could try the patch below, it would help. It's relative to the Emacs-CVS code. It seems "safe" and appears

Curriculum Vitae

2005-10-19 Thread ipuchkov2005
¡Buenas días!   Me llamo Ígor Puchkov. Tengo 27 años y actualmente estoy buscando el puesto del programador informatico en el campo de las tecnologias  Internet en Zaragoza. Tres años y media vivo en Zaragoza, tengo permiso de residencia y de trabajo, he aprendido cas

$B%"!

2005-10-19 Thread info
[EMAIL PROTECTED],M_$7$$?M$N$_!*!*!*!*(Bhttp://awg.webchu.com/gyakuten/?aaa $B%a!<%khttp://lists.gnu.org/mailman/listinfo/emacs-devel

Re: File modes facilities.

2005-10-19 Thread Miles Bader
2005/10/20, Kevin Ryde <[EMAIL PROTECTED]>: > I made myself M-x chmod below, to change the current visited file. I > usually just want to make a script executable. I know there's an > executable-chmod or something, but I can never remember and prefer > typing 755 or 700. The save-buffer is in ca

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Miles Bader
2005/10/20, Ryan Yeske <[EMAIL PROTECTED]>: > gdb could use a *gud* buffer local variable. That way multiple > instances of gud wouldn't steal the arrow from eachother. BTW, in case nobody's noticed the current gud/gdba routinely gets completely confused by multiple debugging sessions already...

Re: File modes facilities.

2005-10-19 Thread Kevin Ryde
Michael Cadilhac <[EMAIL PROTECTED]> writes: > > - chmod: Change the mode of any file. I made myself M-x chmod below, to change the current visited file. I usually just want to make a script executable. I know there's an executable-chmod or something, but I can never remember and prefer typing

Re: File modes facilities.

2005-10-19 Thread Edward O'Connor
Kim F. Storm wrote: > Isn't there something in eshell that can do this? It supports chmod. Eshell uses the system's ch{mod,own}. Ted -- Edward O'Connor [EMAIL PROTECTED] Ense petit placidam sub libertate quietem. ___ Emacs-devel mailing list Em

Re: File modes facilities.

2005-10-19 Thread Michael Cadilhac
[EMAIL PROTECTED] (Kim F. Storm) writes: > Michael Cadilhac <[EMAIL PROTECTED]> writes: > >> Nick Roberts <[EMAIL PROTECTED]> writes: >> >>> > >> I don't know any way to change the modes of a file, or even of the >>> > >> current file, within emacs. >>> > > >>> > > C-h f set-file-modes R

Re: File modes facilities.

2005-10-19 Thread Kim F. Storm
Michael Cadilhac <[EMAIL PROTECTED]> writes: > Nick Roberts <[EMAIL PROTECTED]> writes: > >> > >> I don't know any way to change the modes of a file, or even of the >> > >> current file, within emacs. >> > > >> > > C-h f set-file-modes RET >> > >> > I meant in an user-friendly way,

Re: Tool-bar buttons unresponsive with tooltips on

2005-10-19 Thread Chong Yidong
This patch fixes the bug. However, it's pure hackery since I'm not familiar with the code at all. Can someone tell me if it makes sense to do this? *** emacs/src/xterm.c.~1.884.~ 2005-10-17 08:54:26.0 -0400 --- emacs/src/xterm.c 2005-10-19 18:45:30.0 -0400 *** **

Re: File modes facilities.

2005-10-19 Thread Michael Cadilhac
Nick Roberts <[EMAIL PROTECTED]> writes: > > >> I don't know any way to change the modes of a file, or even of the > > >> current file, within emacs. > > > > > > C-h f set-file-modes RET > > > > I meant in an user-friendly way, that's to say, without M-:, and > > without calculat

Re: File modes facilities.

2005-10-19 Thread Nick Roberts
> >> I don't know any way to change the modes of a file, or even of the > >> current file, within emacs. > > > > C-h f set-file-modes RET > > I meant in an user-friendly way, that's to say, without M-:, and > without calculating the mode. In Dired, type M (`dired-do-chmod')? Nic

Re: image size limit?

2005-10-19 Thread Kim F. Storm
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > it would be clearer to write this: > > ! If the value is an integer, it directly specifies the maximum > ! image height and width, measured in pixels. If it is a floating > ! point number, it specifies the maximum image height and wi

Re: rcirc.el

2005-10-19 Thread Ryan Yeske
That is good, but it needs to say how to invoke the feature. Index: etc/NEWS === RCS file: /cvsroot/emacs/emacs/etc/NEWS,v retrieving revision 1.1263 diff -c -r1.1263 NEWS *** etc/NEWS19 Oct 2005 03:56:07 - 1.1263 ---

Re: compress files patch for mac/make-package

2005-10-19 Thread Kim F. Storm
Romain Francoise <[EMAIL PROTECTED]> writes: >> file; I think such .el file should not be compressed, since then Emacs >> will not work without gzip being available. > make-dist and `make install' are completely independent. > > (Besides, compressing the .el files inside the tarball would make th

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Kim F. Storm
Ryan Yeske <[EMAIL PROTECTED]> writes: >In principle, there is only one overlay-arrow-position variable, >and since its value is a marker, its value includes the buffer >in which it occurs. > >This is how e.g. gdb can easily move the overlay arrow between buffers >-- just modif

Re: File modes facilities.

2005-10-19 Thread Michael Cadilhac
Stefan Monnier <[EMAIL PROTECTED]> writes: >> I don't know any way to change the modes of a file, or even of the >> current file, within emacs. > > C-h f set-file-modes RET I meant in an user-friendly way, that's to say, without M-:, and without calculating the mode. -- Michael Ca

$B40A4L5NA$G9,$;C5$7(B

2005-10-19 Thread info
$B"c"dF|[EMAIL PROTECTED]:[EMAIL PROTECTED]"d(B $B"(F|K\:_=;[EMAIL PROTECTED](B http://1191.jp/kensaku/index.html $B5U1g!&%(%C%A$J%A%c%C%H$dEEOC!"%a!<%k8r49!&(B1-$BBP(B-1$B$N%;%C%/%9!&HkL)$N4X78!&(BSM$B4X78!&=wAu$dCKAu!&!&!&!&!&!&!&!&[EMAIL PROTECTED]/[EMAIL PROTECTED](B http://1191.jp/k

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Nick Roberts
>In principle, there is only one overlay-arrow-position variable, >and since its value is a marker, its value includes the buffer >in which it occurs. > >This is how e.g. gdb can easily move the overlay arrow between buffers >-- just modify the global variable. > > g

Re: Amendments in calc-units.el

2005-10-19 Thread Piet van Oostrum
> Piet van Oostrum <[EMAIL PROTECTED]> (PvO) wrote: >PvO> In mm: >PvO> Postscript: 0.03528 >PvO> TeX: 0.0351459803515 Sorry, those were cm, not mm. -- Piet van Oostrum <[EMAIL PROTECTED]> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: [EMAIL PROTECTED] ___

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Ryan Yeske
In principle, there is only one overlay-arrow-position variable, and since its value is a marker, its value includes the buffer in which it occurs. This is how e.g. gdb can easily move the overlay arrow between buffers -- just modify the global variable. gdb could use a *gud* buf

Re: File modes facilities.

2005-10-19 Thread Stefan Monnier
> I don't know any way to change the modes of a file, or even of the > current file, within emacs. C-h f set-file-modes RET Stefan ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Amendments in calc-units.el

2005-10-19 Thread Jay Belanger
David Kastrup <[EMAIL PROTECTED]> writes: ... > The units in question are > > pt = 100:7227 in (point) > in = 254:100 cm (inch) > pc = 12pt (pica) > cm > mm > bp = 1:72 in (big point, same as PostScript's idea of point) > dd = 1238:1157pt (Didot point) > cc = 12dd (cicero)

Re: image size limit?

2005-10-19 Thread Richard M. Stallman
I think it makes sense for some purposes to allow max image size to be specified in absolute pixels. Here is a patch to do that: That is ok. But instead of this text ! If its value is an integer, it specifies the absolute maximum width ! and height, in pixels, for images. If it

Re: image size limit?

2005-10-19 Thread Richard M. Stallman
The max-image-size code is checked into CVS. I've set a conservative value of 6.0 times the frame width and height. I am concerned that that is too large. On large displays, an Emacs frame could be 1000 pixels in each dimension. 6000 pixels on each side is 36 million pixels. Isn't that

Re: rcirc.el

2005-10-19 Thread Richard M. Stallman
Richard mentioned that maybe ERC would be installed as well. Then we should definitely decide which client, if any, should be available as "irc". For simplicity, M-x irc should always be rcirc. People who want ERC will use a different command to get it.

Re: rcirc.el

2005-10-19 Thread Richard M. Stallman
+ Rcirc has simple defaults and clear and consistent behaviour. Message + arrival timestamps, activity notification on the modeline, message + filling, nick completion, and keepalive pings are all enabled by + default, but can easily be adjusted or turned off. Each discussion

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Richard M. Stallman
Since the restriction seems to have been lifted, I think we should remove the paragraph that Ryan quoted from the manual and make the variable automatically become buffer-local. It isn't worth bothering with, given overlay-arrow-variable-list.

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Richard M. Stallman
I recently noticed when adding an overlay arrow to rcirc that making it `overlay-arrow-position' buffer local *does* work (you can get an arrow in multiple buffers), even though (elisp)Overlay Arrow says: I will fix the manual. ___ Emacs-de

Re: rcirc.el

2005-10-19 Thread Richard M. Stallman
What is the right way to do this given the way I conditionalized the defalias: (unless (fboundp 'irc) ;;;###autoload (defalias 'irc 'rcirc)) I think it should be nnconditional. This is THE definition of `irc'. ___ Emacs-devel mai

Re: compress files patch for mac/make-package

2005-10-19 Thread Romain Francoise
Eli Zaretskii <[EMAIL PROTECTED]> writes: > First, there are some .el files that don't have a corresponding .elc > file; I think such .el file should not be compressed, since then Emacs > will not work without gzip being available. That's pretty obvious... > Second, I think this compression shou

Re: compress files patch for mac/make-package

2005-10-19 Thread David Kastrup
Eli Zaretskii <[EMAIL PROTECTED]> writes: >> From: Romain Francoise <[EMAIL PROTECTED]> >> Date: Wed, 19 Oct 2005 09:16:25 +0200 >> Cc: emacs-devel@gnu.org >> >> "Richard M. Stallman" <[EMAIL PROTECTED]> writes: >> >> > Would you like to change `make install' to compress the >> > .el files? >>

File modes facilities.

2005-10-19 Thread Michael Cadilhac
I don't know any way to change the modes of a file, or even of the current file, within emacs. As I chmod quite often, and especially the file I work with, I've made up a small package that implements facilities for that. The main functions are : - file-modes-to-number: Convert

Re: compress files patch for mac/make-package

2005-10-19 Thread Eli Zaretskii
> From: Romain Francoise <[EMAIL PROTECTED]> > Date: Wed, 19 Oct 2005 09:16:25 +0200 > Cc: emacs-devel@gnu.org > > "Richard M. Stallman" <[EMAIL PROTECTED]> writes: > > > Would you like to change `make install' to compress the > > .el files? > > Ok, I'll do that in a few days' time in case someo

Re: Saving minibuffer history

2005-10-19 Thread Stefan Monnier
>> For the case of start-itimer vs run-with-idle-timer, I can see you >> point, so I've "reverted" the change. For the case of (if >> (coding-system-p 'utf-8) 'utf-8 'iso-2022-8), I think the new code >> is preferable, since the choice is really not dependent on >> differences betwen Emacs and XEm

Re: compress files patch for mac/make-package

2005-10-19 Thread Eli Zaretskii
> From: Romain Francoise <[EMAIL PROTECTED]> > Date: Tue, 18 Oct 2005 08:00:35 +0200 > > The Emacs CVS packages in Debian use compressed .el files since > September 8th and apart from the aforementioned autoload bugs, no > problem has arisen. IMHO, Sep 8 till today is a ridiculously short period,

Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on

2005-10-19 Thread Jan D.
Hi, It works for me with KDE 3.4.3 on Fedora Core 3. I checked that "Click Raise Active Window" is enabled. My Emacs is built --with-gtk. Could you try building without gtk, and see if you can reproduce the problem? Sorry for the delay. I rebuilt Emacs without GTK, and confirm that the

Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on

2005-10-19 Thread Jan D.
David PONCE wrote: Hi, It works for me with KDE 3.4.3 on Fedora Core 3. I checked that "Click Raise Active Window" is enabled. My Emacs is built --with-gtk. Could you try building without gtk, and see if you can reproduce the problem? Sorry for the delay. I rebuilt Emacs without GTK, and

Clean-up of forward-paragraph [Re: Beginingless paragraphs: second stab at a patch.]

2005-10-19 Thread Alan Mackenzie
Hi, Richard, Hi Emacs! On Thu, 8 Sep 2005, Richard M. Stallman wrote: >Do M-h on each of the lines "asdf". The blank line is included in both >paragraphs. This happens because the blank line isn't a separator here. >It is an ordinary line of the upper paragraph and the "heuristic" (

Re: Defaults for set-variable

2005-10-19 Thread Juri Linkov
> The change is ok, but please don't bother mentioning it in NEWS. > It is below the threshold for mentioning there. NEWS is already > so big as to be inconvenient for the users, so lowering that > threshold would be unfortunate. Then what about documenting it in the Emacs manual? Customization

Re: Searching in the minibuffer

2005-10-19 Thread Juri Linkov
> The delay is 2 sec, and it is caused by sit-for in minibuffer-message. > > sit-for is supposed exit whenever you type another character. > So in what sense does it cause a "delay"? In normal isearch operation (i.e. not in the minibuffer), typing C-s immediately moves point to the next occurr

Re: Handling invalid HTML

2005-10-19 Thread Juri Linkov
> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 > "By default, SGML requires that all attribute values be delimited > using either double quotation marks (ASCII decimal 34) or single > quotation marks (ASCII decimal 39). ... In certain cases, authors > may specify the value

Re: Desktop saves isearch-mode

2005-10-19 Thread Juri Linkov
> Where in the existing code of Isearch does it switch buffers > without frobbing the Isearch mode in the two buffers? > That place needs to be changed to turn of Isearch mode > in the old buffer. This code is in my .emacs. I intended to take measures for the case when someone else does the same

Re: Desktop saves TAGS-LISP

2005-10-19 Thread Juri Linkov
> It would be more reliable to identify tags tables through a method > other than their file names. Could you implement that? > > The clean way would be to create a major mode for tags tables, > and make `initialize-new-tags-table' put the buffer in that mode. > Then desktop could check for that m

Bug in ange-ftp parsing of ls output

2005-10-19 Thread Kim F. Storm
In CVS emacs: I'm using redhat 9.0, whose ftp server identifies itself as FTP server (Version 5.60) ready. I've digged out the following line from the response to an ls -al command: -rw---1 kfs 0 May 27 2003 .autorun.lck Now, if I position the cursor at the beginning of t

Re: Amendments in calc-units.el

2005-10-19 Thread Jay Belanger
Miles Bader <[EMAIL PROTECTED]> writes: >2005/10/19, David Kastrup <[EMAIL PROTECTED]>: >> It's too long to enter already. It would be an idea to offer all TeX >> dimensions with t prefixed: > ... >> Seems like this scheme is not feasible, either. > > I does seem interesting, and would be much m

Re: image size limit?

2005-10-19 Thread Miles Bader
2005/10/18, Stefan Monnier <[EMAIL PROTECTED]>: > My Emacs frames are typically 80 columns of 13x6, i.e. about 500 pixel wide, > but I often (at least once a week) watch digital photos in those frames > and more often than not those picteures are 1600 or 2048 pixel wide. Yeah, me too -- in many ca

$B40A4L5NA$G9,$;C5$7(B

2005-10-19 Thread info
$B"c"dF|[EMAIL PROTECTED]:[EMAIL PROTECTED]"d(B $B"(F|K\:_=;[EMAIL PROTECTED](B http://1191.jp/kensaku/index.html $B5U1g!&%(%C%A$J%A%c%C%H$dEEOC!"%a!<%k8r49!&(B1-$BBP(B-1$B$N%;%C%/%9!&HkL)$N4X78!&(BSM$B4X78!&=wAu$dCKAu!&!&!&!&!&!&!&!&[EMAIL PROTECTED]/[EMAIL PROTECTED](B http://1191.jp/k

Re: image size limit?

2005-10-19 Thread Kim F. Storm
David Kastrup <[EMAIL PROTECTED]> writes: > It sounds to me like the limits should be configurable, with a > somewhat conservative default. Applications where larger dimensions > might be appropriate (image viewers with provisions for panning, i.e.) > can allow them in their own buffers using buf

Re: image size limit?

2005-10-19 Thread Chong Yidong
David Kastrup <[EMAIL PROTECTED]> writes: >> But it definitely sounds better to scale according to display size >> rather than frame size (but round up to minimum size e.g. 4096x4096). > > It sounds to me like the limits should be configurable, with a > somewhat conservative default. Applications

Re: rcirc.el

2005-10-19 Thread Andreas Schwab
Ryan Yeske <[EMAIL PROTECTED]> writes: > What is the right way to do this given the way I conditionalized the > defalias: > > (unless (fboundp 'irc) > ;;;###autoload > (defalias 'irc 'rcirc)) > > I think that is probably not the right thing to do. Autoload cookies are always associated with the

Re: [Chong Yidong] Re: Tool-bar buttons unresponsive with tooltips on

2005-10-19 Thread David PONCE
Hi, >>It works for me with KDE 3.4.3 on Fedora Core 3. I checked that "Click >>Raise Active Window" is enabled. My Emacs is built --with-gtk. > > Could you try building without gtk, and see if you can reproduce the > problem? Sorry for the delay. I rebuilt Emacs without GTK, and confirm that th

Re: image size limit?

2005-10-19 Thread David Kastrup
[EMAIL PROTECTED] (Kim F. Storm) writes: > RMS: >> But I don't think this limit should be absolute. I think it should be >> specified as a multiple of the frame height and width, and it should >> be given as a floating point number. I'd suggest 2.0 as the default >> for this ratio. > > Stefan: >>

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Kim F. Storm
Daniel Brockman <[EMAIL PROTECTED]> writes: > I believe the variable `overlay-arrow-position' should > automatically become buffer-local whenever it is set. > > It appears that Gnus fails to do this manually, instead > ending up setting the global value to a marker that refers > to the Gnus summar

Re: Current time as floating point number

2005-10-19 Thread Hrvoje Niksic
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Isn't float-time what you want? It is, thanks. Sorry about the noise. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Link exchange request from Agile Software

2005-10-19 Thread webmaster
Hello, We recently enjoyed visiting your site, and we thought it would benefit both our sites to do a link exchange. If you are interested, please visit http://www.customsoftwaredevelopment.co.uk/addlink.aspx to add a link from our site to yours.  It will be available immediately. Then plea

Re: Amendments in calc-units.el

2005-10-19 Thread Piet van Oostrum
> Jay Belanger <[EMAIL PROTECTED]> (JB) wrote: >JB> According to the data file for the units program, the printer's point >JB> (the same as typographer's point?) is precisely 0.013837 inches, while >JB> the TeX point is 1/72.27 inches = 0.013837000138... inches. Then the >JB> units program ch

Re: image size limit?

2005-10-19 Thread Eli Zaretskii
> From: Chong Yidong <[EMAIL PROTECTED]> > Date: Mon, 17 Oct 2005 17:56:39 -0400 > Cc: emacs-devel@gnu.org > > > But I don't think this limit should be absolute. I think it should be > > specified as a multiple of the frame height and width, and it should > > be given as a floating point number.

"flyspell-large-region: Can't check region..." error is still present in some side situation

2005-10-19 Thread Agustin Martin
Hi, I have noticed that error flyspell-large-region: Can't check region... is still present in some special situations, where flyspell-large-region is called without ispell-check-version being called first. That error was caused by the change in behavior of the aspell "-l" option, and fixed by

Link exchange request from Agile Software

2005-10-19 Thread webmaster
Hello, We recently enjoyed visiting your site, and we thought it would benefit both our sites to do a link exchange. If you are interested, please visit the url below to add a link from our site to yours. It will be available immediately. http://www.customsoftwaredevelopment.co.uk/addlink.a

Re: `overlay-arrow-position' should be automatically buffer-local

2005-10-19 Thread Nick Roberts
> Well, the following doesn't work in 21.3 but does in recent cvs > versions (I get an arrow in each buffer in the latter): > > (progn > (switch-to-buffer "buf1") > (delete-other-windows) > (make-variable-buffer-local 'overlay-arrow-position) > (setq overlay-arrow-position (make-ma

Re: image size limit?

2005-10-19 Thread Kim F. Storm
RMS: > But I don't think this limit should be absolute. I think it should be > specified as a multiple of the frame height and width, and it should > be given as a floating point number. I'd suggest 2.0 as the default > for this ratio. Stefan: > All this to say that I think choosing the maximum

Re: rcirc.el

2005-10-19 Thread David Kastrup
Ryan Yeske <[EMAIL PROTECTED]> writes: > David Kastrup <[EMAIL PROTECTED]> writes: > >> I think the basic entry points (and their aliases) at least should get >> autoload cookies. > > What is the right way to do this given the way I conditionalized the > defalias: > > (unless (fboundp 'irc) > ;;;#

Re: compress files patch for mac/make-package

2005-10-19 Thread Romain Francoise
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Would you like to change `make install' to compress the > .el files? Ok, I'll do that in a few days' time in case someone objects to the change. -- Romain Francoise <[EMAIL PROTECTED]> | I used to think there is no it's a miracle -- http://ore

Re: rcirc.el

2005-10-19 Thread Ryan Yeske
Could you write a patch for etc/NEWS? Index: etc/NEWS === RCS file: /cvsroot/emacs/emacs/etc/NEWS,v retrieving revision 1.1263 diff -c -r1.1263 NEWS *** etc/NEWS19 Oct 2005 03:56:07 - 1.1263 --- etc/NEWS19 Oct 20