From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Farsi/Persian Translation of Emacs Tutorial -- Ready for Inclusion in the Next Emacs Date: Wed, 26 Apr 2023 09:01:53 +0300 Message-ID: <83bkjbuqpa.fsf@gnu.org> References: <83v8hmxb64.fsf@gnu.org> <837cu0wbr8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7372"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Mohsen BANAN Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 26 08:02:15 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1prYEH-0001ci-VG for ged-emacs-devel@m.gmane-mx.org; Wed, 26 Apr 2023 08:02:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1prYDc-0008DW-2s; Wed, 26 Apr 2023 02:01:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prYDX-0007vW-Q8 for emacs-devel@gnu.org; Wed, 26 Apr 2023 02:01:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prYDV-0003ll-RO; Wed, 26 Apr 2023 02:01:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=NnipkZjT0I3J+rcHc0IcvsNpAMC4mVUeqm/iSG6Yvac=; b=g78u6vENWHNODrdXUZD7 A90KuM5tkzc54avxwt+EJgRNiBGXdm1uQUy+aUghE0WPO4MuDKojT85aR/0mdwR4JSHJf2l4sHH/7 LFN3ScvtcO26IzaxWKCH4zOycNs8MfCYWRjLYA+oS9vkG/1J7fBevG5r16Mrur6xNMkcAzfLevrzv hwG45XZ5Vf8zKnCKR5FJ1XHEoWj9PBFp8NpMb30hvi1iGg2mZvszbmAeTgYDQdGhX1Ac7RqATGY0/ mDeid5cgwb7SQHiXzx3YKDe5T32jWTcXGsAPIZ/D7UNYZYPOWqA0ojw8MjySalc34bxiZx8FCRg8q pJyBqUkgBcNYmw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prYDV-0000Jx-B3; Wed, 26 Apr 2023 02:01:25 -0400 In-Reply-To: (message from Mohsen BANAN on Tue, 25 Apr 2023 15:05:41 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305673 Archived-At: > From: Mohsen BANAN > Cc: emacs-devel@gnu.org > Date: Tue, 25 Apr 2023 15:05:41 -0700 > > I rebuilt and noticed a couple of problems. > > If you enter the Help Persian tutorial and then try > to immediately exit emacs, you get an error. > > Here is my *Messages* buffer after that: > ------ > Preparing tutorial ... > help-with-tutorial: Search failed: " > <<" > run-hook-with-args-until-failure: Symbol’s value as variable is void: tutorial--starting-point > ------- This was caused indirectly by the other problem: the missing "invisible" line. When it is added, the problem disappears, at least with the latest tutorial.el. > I looked into it and the problem turns out to be > in my TUTORIAL.fa file which then triggers the > void tutorial--starting-point in tutorial.el. > > I had missed the invisible > <> > line, as I had translated from the Help command > and not the TUTORIAL file. > > I have added the translation of that line and have > tested it. Please apply the attached file, thanks. Done, thanks.