From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Robert J. Chassel reference in Intro to Emacs Lisp Date: Sat, 18 May 2019 11:08:30 -0700 Organization: UCLA Computer Science Department Message-ID: <07474840-38b1-8f78-c160-41556f7a11f0@cs.ucla.edu> References: <1BDA128C-4B61-49D1-93FD-78D25C2C1818@gmail.com> <692E5F9E-E7FE-447F-A198-3FDB595BF816@gmail.com> <2B45EC3F-BF2D-427E-A4C7-5CE216EB4BC8@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------7ACD69D5DCB45C9B257F4352" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="204103"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Cc: Emacs developers To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 18 20:17:44 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hS3tw-000qzF-Kx for ged-emacs-devel@m.gmane.org; Sat, 18 May 2019 20:17:44 +0200 Original-Received: from localhost ([127.0.0.1]:37109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hS3tv-0004BT-J6 for ged-emacs-devel@m.gmane.org; Sat, 18 May 2019 14:17:43 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hS3tj-00047M-VZ for emacs-devel@gnu.org; Sat, 18 May 2019 14:17:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hS3l5-0002tr-04 for emacs-devel@gnu.org; Sat, 18 May 2019 14:08:36 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:51620) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hS3l4-0002so-Lt for emacs-devel@gnu.org; Sat, 18 May 2019 14:08:34 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B45F1161AD8; Sat, 18 May 2019 11:08:32 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id qD03xowZkOZc; Sat, 18 May 2019 11:08:31 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 142B2161B14; Sat, 18 May 2019 11:08:31 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id uU0cKHMfBA1z; Sat, 18 May 2019 11:08:30 -0700 (PDT) Original-Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id D29BC161A52; Sat, 18 May 2019 11:08:30 -0700 (PDT) In-Reply-To: <2B45EC3F-BF2D-427E-A4C7-5CE216EB4BC8@gmail.com> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236734 Archived-At: This is a multi-part message in MIME format. --------------7ACD69D5DCB45C9B257F4352 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Jean-Christophe Helary wrote: > Following a suggestion off-list, I removed the cause of death (already present in the linked page). Thank you for the updates. I installed the attached patches into the master branch; the 2nd one because the late Bob Chassell is no longer a maintainer. --------------7ACD69D5DCB45C9B257F4352 Content-Type: text/x-patch; name="0001-Bob-Chassell-passed-away.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Bob-Chassell-passed-away.patch" >From afa21ee369e90960c8831169bea92374ecd255fe Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Sat, 18 May 2019 11:02:12 -0700 Subject: [PATCH 1/2] Bob Chassell passed away * doc/lispintro/emacs-lisp-intro.texi (About the Author): Update. --- doc/lispintro/emacs-lisp-intro.texi | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 519decb1d0..09b6698722 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -21858,14 +21858,17 @@ About the Author @end ifnottex @quotation -Robert J. Chassell has worked with GNU Emacs since 1985. He writes -and edits, teaches Emacs and Emacs Lisp, and speaks throughout the +Robert J. Chassell started working with GNU Emacs in 1985. He wrote +and edited, taught Emacs and Emacs Lisp, and spoke throughout the world on software freedom. Chassell was a founding Director and -Treasurer of the Free Software Foundation, Inc. He is co-author of -the @cite{Texinfo} manual, and has edited more than a dozen other -books. He graduated from Cambridge University, in England. He has an -abiding interest in social and economic history and flies his own -airplane. +Treasurer of the Free Software Foundation, Inc. He was co-author of +the @cite{Texinfo} manual, and edited more than a dozen other +books. He graduated from Cambridge University, in England. He had an +abiding interest in social and economic history and flew his own +airplane. He passed away on 30 June 2017. + +@uref{https://www.fsf.org/blogs/community/goodbye-to-bob-chassell, +"Goodbye to Bob Chassell"} @end quotation @c @page -- 2.17.1 --------------7ACD69D5DCB45C9B257F4352 Content-Type: text/x-patch; name="0002-lisp-textmodes-texinfmt.el-Chassell-is-no-longer-mai.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0002-lisp-textmodes-texinfmt.el-Chassell-is-no-longer-mai.pa"; filename*1="tch" >From 796ef86db75b75d8ac4be5440918fd0ad375084d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 May 2019 11:05:06 -0700 Subject: [PATCH 2/2] * lisp/textmodes/texinfmt.el: Chassell is no longer maintainer. --- lisp/textmodes/texinfmt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 4bfecb48b6..9ccc73ad48 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2019 Free Software ;; Foundation, Inc. -;; Maintainer: Robert J. Chassell +;; Maintainer: bug-texinfo@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. -- 2.17.1 --------------7ACD69D5DCB45C9B257F4352--