From unknown Wed Jun 25 03:55:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#9522 <9522@debbugs.gnu.org> To: bug#9522 <9522@debbugs.gnu.org> Subject: Status: 24.0.50; typos: "accomodate" Reply-To: bug#9522 <9522@debbugs.gnu.org> Date: Wed, 25 Jun 2025 10:55:40 +0000 retitle 9522 24.0.50; typos: "accomodate" reassign 9522 emacs submitter 9522 Sven Joachim severity 9522 minor tag 9522 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 16 15:53:49 2011 Received: (at submit) by debbugs.gnu.org; 16 Sep 2011 19:53:49 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4eTr-0007V2-5C for submit@debbugs.gnu.org; Fri, 16 Sep 2011 15:53:49 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4eTo-0007Uv-Na for submit@debbugs.gnu.org; Fri, 16 Sep 2011 15:53:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4ePC-00079h-6Q for submit@debbugs.gnu.org; Fri, 16 Sep 2011 15:48:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:36266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4ePC-00079d-1U for submit@debbugs.gnu.org; Fri, 16 Sep 2011 15:48:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4ePA-0008TN-W8 for bug-gnu-emacs@gnu.org; Fri, 16 Sep 2011 15:48:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4eP9-00079K-RZ for bug-gnu-emacs@gnu.org; Fri, 16 Sep 2011 15:48:56 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:45421) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R4eP9-000796-7f for bug-gnu-emacs@gnu.org; Fri, 16 Sep 2011 15:48:55 -0400 Received: (qmail invoked by alias); 16 Sep 2011 19:48:52 -0000 Received: from p4FC75CE5.dip.t-dialin.net (EHLO turtle.gmx.de) [79.199.92.229] by mail.gmx.net (mp056) with SMTP; 16 Sep 2011 21:48:52 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/Y5xxFU3nYJ0/KesDGSycNYiiLZqsampat5wgEP9 g84XxTS46Sdmjp Received: by turtle.gmx.de (Postfix, from userid 1000) id 04FB53F4FB; Fri, 16 Sep 2011 21:48:54 +0200 (CEST) From: Sven Joachim To: bug-gnu-emacs@gnu.org Subject: 24.0.50; typos: "accomodate" X-Debbugs-Cc: Sven Joachim Date: Fri, 16 Sep 2011 21:48:54 +0200 Message-ID: <874o0c5kux.fsf@turtle.gmx.de> User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.6 (----) Package: emacs Version: 24.0.50 Severity: minor Tags: patch There are a few places where "accommodate" is misspelled as "accomodate": --8<---------------cut here---------------start------------->8--- === modified file 'lisp/window.el' --- lisp/window.el 2011-09-15 15:12:15 +0000 +++ lisp/window.el 2011-09-16 19:38:10 +0000 @@ -182,7 +182,7 @@ (defcustom window-min-width 10 "The minimum number of columns of any window. -The value has to accomodate margins, fringes, or scrollbars if +The value has to accommodate margins, fringes, or scrollbars if present. A value less than `window-safe-min-width' is ignored. The value of this variable is honored when windows are resized or split. @@ -3772,7 +3772,7 @@ ;; issues - so IGNORE equal 'safe might not always produce the ;; minimum possible state. But such configurations hardly make ;; sense anyway. - (error "Window %s too small to accomodate state" window) + (error "Window %s too small to accommodate state" window) (setq state (cdr state)) (setq window-state-put-list nil) ;; Work on the windows of a temporary buffer to make sure that === modified file 'src/ChangeLog' --- src/ChangeLog 2011-09-16 14:14:48 +0000 +++ src/ChangeLog 2011-09-16 19:38:05 +0000 @@ -1290,7 +1290,7 @@ underline, overline, and strike-through. (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to ns_draw_text_decoration. Change treatment of cursor drawing to - accomodate underlining, etc. + accommodate underlining, etc. 2011-07-28 Eli Zaretskii --8<---------------cut here---------------end--------------->8--- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 16 18:29:50 2011 Received: (at 9522) by debbugs.gnu.org; 16 Sep 2011 22:29:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4gur-0002Aj-OC for submit@debbugs.gnu.org; Fri, 16 Sep 2011 18:29:50 -0400 Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4guo-0002Ab-Vy for 9522@debbugs.gnu.org; Fri, 16 Sep 2011 18:29:48 -0400 Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id B9F434FBEBE; Fri, 16 Sep 2011 14:53:30 -0700 (PDT) Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id DCE43451C48F; Fri, 16 Sep 2011 13:35:07 -0700 (PDT) From: Juri Linkov To: Sven Joachim Subject: Re: bug#9522: 24.0.50; typos: "accomodate" Organization: JURTA References: <874o0c5kux.fsf@turtle.gmx.de> Date: Fri, 16 Sep 2011 23:33:06 +0300 In-Reply-To: <874o0c5kux.fsf@turtle.gmx.de> (Sven Joachim's message of "Fri, 16 Sep 2011 21:48:54 +0200") Message-ID: <8739fwrzwd.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 9522 Cc: 9522@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > There are a few places where "accommodate" is misspelled as > "accomodate": > > === modified file 'lisp/window.el' > --- lisp/window.el 2011-09-15 15:12:15 +0000 > +++ lisp/window.el 2011-09-16 19:38:10 +0000 > @@ -182,7 +182,7 @@ > (defcustom window-min-width 10 > "The minimum number of columns of any window. > -The value has to accomodate margins, fringes, or scrollbars if > +The value has to accommodate margins, fringes, or scrollbars if BTW, there are other misspellings in window.el: (defconst window-safe-min-height 1 "The absolut minimum number of lines of a window. (defconst window-safe-min-width 2 "The absolut minimum number of columns of a window. "Absolut" is vodka. The English adjective is "absolute" :-) From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 16 20:53:30 2011 Received: (at 9522-done) by debbugs.gnu.org; 17 Sep 2011 00:53:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4j9t-0004vR-49 for submit@debbugs.gnu.org; Fri, 16 Sep 2011 20:53:29 -0400 Received: from mail-gy0-f172.google.com ([209.85.160.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4j9o-0004vH-KK for 9522-done@debbugs.gnu.org; Fri, 16 Sep 2011 20:53:25 -0400 Received: by gyd12 with SMTP id 12so3238948gyd.3 for <9522-done@debbugs.gnu.org>; Fri, 16 Sep 2011 17:48:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=zrk2vgFVzqRA+xf4+O3THkf9dbdM9852oBRrrqzIp38=; b=jRHjoWD6aX8rSwFM4050MBjQKDrAWmS+Vf/Q3vWVeZ0yigBIznhsWAsTjlgTNu3LZc 2TY2GVrwKgH189nA3XWW3j/lCmTg0XtVH7JroY3tRVcatCJMOsjCDgnpmU/yJHnOBLQe GUbBBrWmOsXP8RYto/f8bEXE9FTYC/j+kk29E= Received: by 10.68.0.230 with SMTP id 6mr83784pbh.229.1316220517108; Fri, 16 Sep 2011 17:48:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.67.11 with HTTP; Fri, 16 Sep 2011 17:47:57 -0700 (PDT) In-Reply-To: <8739fwrzwd.fsf@mail.jurta.org> References: <874o0c5kux.fsf@turtle.gmx.de> <8739fwrzwd.fsf@mail.jurta.org> From: Juanma Barranquero Date: Sat, 17 Sep 2011 02:47:57 +0200 Message-ID: Subject: Re: bug#9522: 24.0.50; typos: "accomodate" To: Juri Linkov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: 9522-done Cc: 9522-done@debbugs.gnu.org, Sven Joachim X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) >> There are a few places where "accommodate" is misspelled as >> "accomodate": > "Absolut" is vodka. =C2=A0The English adjective is "absolute" :-) Fixed. =C2=A0 =C2=A0 Juanma From unknown Wed Jun 25 03:55:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Oct 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator