Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-truncate-string
@ 2000-02-15 17:02 Shigeki Uno
       [not found] ` <yosuputyyrjg.fsf@jpl.org>
  2000-02-16 13:30 ` gnus-truncate-string Simon Josefsson
  0 siblings, 2 replies; 4+ messages in thread
From: Shigeki Uno @ 2000-02-15 17:02 UTC (permalink / raw)


Hello, all.

I've never experienced following warning and can't find out
a solution.

I hit the key C-u space so that I can read old mails, but following
warning comin' up in the mini buffer:

 Symbol's function definition is void: gnus-truncate-string

Any suggestions ?

# If I had sent this mail twice, I have to appologize. 
# I sent this mail using T-gnus, but it had gone somewhere. :-( 
-- 
Shigeki Uno <mailto:shigeki@mediawars.ne.jp>




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

* Re: gnus-truncate-string
       [not found] ` <yosuputyyrjg.fsf@jpl.org>
@ 2000-02-16 10:24   ` Shigeki Uno
  2000-02-16 12:37     ` gnus-truncate-string Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Shigeki Uno @ 2000-02-16 10:24 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:
 
[snip]

> It seems a wreck of Semi-gnus in your .newsrc.eld file.
> Please try
> 
> M-x remove-semi-gnus-stuff-from-quick-startup-file

Unfortunatelly, this command does _not_ work.  

Emacs says that M-x remove-semi-gnus-stuff-from-quick-startup-file
[no match] *beep*

> and then restart Emacs and Gnus 5.8.  Where the function definition is
> below:

# Some headers such as Subject & From which include both 1 byte & 2 bytes
# letters break line abnormally on Gnus-5.8.4.
#
# e.g.
# Subject: this is 
           XXXXXXX   <--- XXX means Japanese. 

---
Shigeki Uno <mailto:shigeki@mediawars.ne.jp>




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

* Re: gnus-truncate-string
  2000-02-16 10:24   ` gnus-truncate-string Shigeki Uno
@ 2000-02-16 12:37     ` Katsumi Yamaoka
  0 siblings, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2000-02-16 12:37 UTC (permalink / raw)
  Cc: ding

>>>>> In <86ya8lo36f.fsf@mediawars.ne.jp>
>>>>>	Shigeki Uno <shigeki@mediawars.ne.jp> wrote:

> Emacs says that M-x remove-semi-gnus-stuff-from-quick-startup-file
> [no match] *beep*

You must evaluate the function definition or put it in your .emacs
file impermanently.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: gnus-truncate-string
  2000-02-15 17:02 gnus-truncate-string Shigeki Uno
       [not found] ` <yosuputyyrjg.fsf@jpl.org>
@ 2000-02-16 13:30 ` Simon Josefsson
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Josefsson @ 2000-02-16 13:30 UTC (permalink / raw)
  Cc: ding

Shigeki Uno <shigeki@mediawars.ne.jp> writes:

> Hello, all.
> 
> I've never experienced following warning and can't find out
> a solution.
> 
> I hit the key C-u space so that I can read old mails, but following
> warning comin' up in the mini buffer:
> 
>  Symbol's function definition is void: gnus-truncate-string
> 
> Any suggestions ?

You've used a chao/semi/t/whatever gnus which put stuff in your
.newsrc.eld which aren't defined in plain Gnus.

Just put something like

(defun gnus-truncate-string (str width &rest ignore)
  (substring str 0 width))

in your .emacs, start Gnus and save your .newsrc.eld to get rid of it.



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

end of thread, other threads:[~2000-02-16 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-15 17:02 gnus-truncate-string Shigeki Uno
     [not found] ` <yosuputyyrjg.fsf@jpl.org>
2000-02-16 10:24   ` gnus-truncate-string Shigeki Uno
2000-02-16 12:37     ` gnus-truncate-string Katsumi Yamaoka
2000-02-16 13:30 ` gnus-truncate-string Simon Josefsson

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 NNTP newsgroup(s).