unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* refill-mode again
@ 2002-09-27 11:06 Frank Winkler - Sun Germany - Enterprise Services
  2002-09-27 13:45 ` Alex Schroeder
  2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
  0 siblings, 2 replies; 11+ messages in thread
From: Frank Winkler - Sun Germany - Enterprise Services @ 2002-09-27 11:06 UTC (permalink / raw)


Hi again !

As I already stated, my refill.el revision 1.1 (I couldn't find a newer one)
appears to cause some problems:

1. emacs-20.6 on OS/2
    the file compiles happily and I can activate refill-mode but then I
    can't type blanks at the end of the paragraph
2. xemacs-20.4 (the Sun version bundled with WorkShop) on Solaris 8
    the file also compiles here but whwn trying to activate refill-mode
    I get the message "Wrong type argument: symbolp, (t)"

Can anybody give a hint what's wrong here?

TIA

-- 
---------------------------------------------------------------------------
Frank Winkler                                 frank.winkler@germany.sun.com
Sun Microsystems - Remote Admin Center
Sonnenallee 1                                       Voice +49 89 46008.2755
85551 Heimstetten - Germany                           Fax +49 89 46008.2740

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 11:06 refill-mode again Frank Winkler - Sun Germany - Enterprise Services
@ 2002-09-27 13:45 ` Alex Schroeder
  2002-09-27 14:21   ` Frank Winkler
  2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
  1 sibling, 1 reply; 11+ messages in thread
From: Alex Schroeder @ 2002-09-27 13:45 UTC (permalink / raw)


Frank Winkler - Sun Germany - Enterprise Services <frank.winkler@sun.com> writes:

> 1. emacs-20.6 on OS/2
>     the file compiles happily and I can activate refill-mode but then I
>     can't type blanks at the end of the paragraph

perhaps refilling always removes blanks at the end of paragraphs.

Alex.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 13:45 ` Alex Schroeder
@ 2002-09-27 14:21   ` Frank Winkler
  0 siblings, 0 replies; 11+ messages in thread
From: Frank Winkler @ 2002-09-27 14:21 UTC (permalink / raw)


Alex Schroeder wrote:
> Frank Winkler - Sun Germany - Enterprise Services <frank.winkler@sun.com> writes:
> 
> 
>>1. emacs-20.6 on OS/2
>>    the file compiles happily and I can activate refill-mode but then I
>>    can't type blanks at the end of the paragraph
> 
> 
> perhaps refilling always removes blanks at the end of paragraphs.

I don't think this can be a feature cause I actually cannot enter text in 
that way: I can't press SPACE at the end of a word (which is the end of the 
paragraph while typing ;) ... the only solution would be to type without 
spaces and insert the blanks afterwards :/ ...

Regards

-- 
---------------------------------------------------------------------------
Frank Winkler                                 frank.winkler@germany.sun.com
Sun Microsystems - Remote Admin Center
Sonnenallee 1                                       Voice +49 89 46008.2755
85551 Heimstetten - Germany                           Fax +49 89 46008.2740

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 11:06 refill-mode again Frank Winkler - Sun Germany - Enterprise Services
  2002-09-27 13:45 ` Alex Schroeder
@ 2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
  2002-09-27 19:47   ` Frank Winkler @home
                     ` (2 more replies)
  1 sibling, 3 replies; 11+ messages in thread
From: Stefan Monnier <foo@acm.com> @ 2002-09-27 16:00 UTC (permalink / raw)


> As I already stated, my refill.el revision 1.1 (I couldn't find a newer one)
> appears to cause some problems:

And as stated last time, it's because it has known bugs that have been
fixed in the version that comes with Emacs-21.  I can't believe you had
trouble finding Emacs-21.  The very latest version is in:

  http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/textmodes/refill.el?rev=HEAD

Of course, maybe it won't work with Emacs-20, but at least you'll start
with code that's known to work correctly (once it works).


        Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
@ 2002-09-27 19:47   ` Frank Winkler @home
  2002-09-27 20:03     ` Stefan Monnier <foo@acm.com>
  2002-09-28 18:45   ` Frank Winkler @home
  2002-09-29 11:04   ` E M
  2 siblings, 1 reply; 11+ messages in thread
From: Frank Winkler @home @ 2002-09-27 19:47 UTC (permalink / raw)


On 27 Sep 2002 12:00:02 -0400, Stefan Monnier wrote:

 >And as stated last time, it's because it has known bugs that have been
 >fixed in the version that comes with Emacs-21.  I can't believe you had
 >trouble finding Emacs-21.  The very latest version is in:

If course I hadn't. Indeed, I compiled emacs-21.2 today and there was no 
refill.el in the distribution ... does it have a different name?

 >Of course, maybe it won't work with Emacs-20, but at least you'll start
 >with code that's known to work correctly (once it works).

I'll check that as soon as I have the new file :) ...

Regards

-- 
----------------------------------------------------------------------------
Frank Winkler                                                frank@consol.de
ConSol GmbH
Franziskanerstr. 38                                   Voice +49 89 45841.180
81669 Munich - Germany                                  Fax +49 89 45841.199

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 19:47   ` Frank Winkler @home
@ 2002-09-27 20:03     ` Stefan Monnier <foo@acm.com>
  2002-09-28 11:47       ` Frank Winkler @home
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Monnier <foo@acm.com> @ 2002-09-27 20:03 UTC (permalink / raw)


>>>>> "Frank" == Frank Winkler @home <frank@consol.de> writes:
> If course I hadn't. Indeed, I compiled emacs-21.2 today and there was no 
> refill.el in the distribution ... does it have a different name?

emacs/lisp/textmodes/refill.el


	Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 20:03     ` Stefan Monnier <foo@acm.com>
@ 2002-09-28 11:47       ` Frank Winkler @home
  0 siblings, 0 replies; 11+ messages in thread
From: Frank Winkler @home @ 2002-09-28 11:47 UTC (permalink / raw)


On 27 Sep 2002 16:03:20 -0400, "Stefan Monnier" wrote:

 >emacs/lisp/textmodes/refill.el

Ok ok ... the culprit was a typo in my command :( ... if I search for 
"refil.el" it has to fail ;) ... I'm very sorry!

Thanks again

-- 
----------------------------------------------------------------------------
Frank Winkler                                                frank@consol.de
ConSol GmbH
Franziskanerstr. 38                                   Voice +49 89 45841.180
81669 Munich - Germany                                  Fax +49 89 45841.199

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
  2002-09-27 19:47   ` Frank Winkler @home
@ 2002-09-28 18:45   ` Frank Winkler @home
  2002-09-29 11:04   ` E M
  2 siblings, 0 replies; 11+ messages in thread
From: Frank Winkler @home @ 2002-09-28 18:45 UTC (permalink / raw)


On 27 Sep 2002 12:00:02 -0400, "Stefan Monnier" wrote:

http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/textmodes/refill.el
?rev=HEAD
 >
 >Of course, maybe it won't work with Emacs-20, but at least you'll start
 >with code that's known to work correctly (once it works).

This seems to be completely different from the mentioned v1.1 ... which also 
leeds to the fact that it doesn't compile woth emacs-20 :( ... it complains 
as follows:

  ** The following functions are not known to be defined:
    skip-line-prefix, define-minor-mode

Who has enough knowledge to backport the current refill.el to emacs-20? :)

But I'll also test this with my fresh emacs-21 (on Solaris) on Monday ...

TIA

-- 
----------------------------------------------------------------------------
Frank Winkler                                                frank@consol.de
ConSol GmbH
Franziskanerstr. 38                                   Voice +49 89 45841.180
81669 Munich - Germany                                  Fax +49 89 45841.199

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
  2002-09-27 19:47   ` Frank Winkler @home
  2002-09-28 18:45   ` Frank Winkler @home
@ 2002-09-29 11:04   ` E M
  2002-09-29 19:55     ` Frank Winkler @home
  2 siblings, 1 reply; 11+ messages in thread
From: E M @ 2002-09-29 11:04 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

In article <5l65wrmni5.fsf@rum.cs.yale.edu>, 
monnier+gnu.emacs.help/news/@flint.cs.yale.edu says...
> > As I already stated, my refill.el revision 1.1 (I couldn't find a newer one)
> > appears to cause some problems:
> 
> And as stated last time, it's because it has known bugs that have been
> fixed in the version that comes with Emacs-21.  I can't believe you had
> trouble finding Emacs-21.  The very latest version is in:
> 
>   http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/textmodes/refill.el?rev=HEAD
> 
> Of course, maybe it won't work with Emacs-20, but at least you'll start
> with code that's known to work correctly (once it works).
> 
> 
>         Stefan
> 

Do you know if there's a way to make it work on XEmacs 21.4/21.5 ?


	Étay

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-29 11:04   ` E M
@ 2002-09-29 19:55     ` Frank Winkler @home
  2002-09-29 20:19       ` Stefan Monnier <foo@acm.com>
  0 siblings, 1 reply; 11+ messages in thread
From: Frank Winkler @home @ 2002-09-29 19:55 UTC (permalink / raw)


On Sun, 29 Sep 2002 13:04:21 +0200, E M wrote:

 >Do you know if there's a way to make it work on XEmacs 21.4/21.5 ?

It should work with any 21 version ...

Regards

-- 
----------------------------------------------------------------------------
Frank Winkler                                                frank@consol.de
ConSol GmbH
Franziskanerstr. 38                                   Voice +49 89 45841.180
81669 Munich - Germany                                  Fax +49 89 45841.199

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: refill-mode again
  2002-09-29 19:55     ` Frank Winkler @home
@ 2002-09-29 20:19       ` Stefan Monnier <foo@acm.com>
  0 siblings, 0 replies; 11+ messages in thread
From: Stefan Monnier <foo@acm.com> @ 2002-09-29 20:19 UTC (permalink / raw)


>> Do you know if there's a way to make it work on XEmacs 21.4/21.5 ?
> It should work with any 21 version ...

I doubt it works in AutoCAD 21.x.


        Stefan


PS: Emacs and XEmacs are two different programs.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-09-29 20:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-27 11:06 refill-mode again Frank Winkler - Sun Germany - Enterprise Services
2002-09-27 13:45 ` Alex Schroeder
2002-09-27 14:21   ` Frank Winkler
2002-09-27 16:00 ` Stefan Monnier <foo@acm.com>
2002-09-27 19:47   ` Frank Winkler @home
2002-09-27 20:03     ` Stefan Monnier <foo@acm.com>
2002-09-28 11:47       ` Frank Winkler @home
2002-09-28 18:45   ` Frank Winkler @home
2002-09-29 11:04   ` E M
2002-09-29 19:55     ` Frank Winkler @home
2002-09-29 20:19       ` Stefan Monnier <foo@acm.com>

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).