From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tadeus Prastowo Newsgroups: gmane.emacs.devel Subject: Do you really mean to call `cl--generic-prefill-dispatchers' twice? Date: Thu, 4 Apr 2019 00:45:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="112969"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 04 00:46:53 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 1hBoej-000THo-EF for ged-emacs-devel@m.gmane.org; Thu, 04 Apr 2019 00:46:53 +0200 Original-Received: from localhost ([127.0.0.1]:49007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBoei-0005aG-Bd for ged-emacs-devel@m.gmane.org; Wed, 03 Apr 2019 18:46:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBodn-0005Yj-6m for emacs-devel@gnu.org; Wed, 03 Apr 2019 18:45:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBodf-0005Vx-7N for emacs-devel@gnu.org; Wed, 03 Apr 2019 18:45:52 -0400 Original-Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:34333) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBodV-00058D-S3 for emacs-devel@gnu.org; Wed, 03 Apr 2019 18:45:41 -0400 Original-Received: by mail-it1-x129.google.com with SMTP id z17so6612156itc.1 for ; Wed, 03 Apr 2019 15:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unitn.it; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=SI/bhXoP1mEFxf1rgO+YNItHtamwLwT11uTGlZLD6NE=; b=cufoYZA8+sqN2F19JrU/H29N/l5hDm+pGxm8zuPHE8vKmq3UKvPA359NsFkHIBDAtQ NRZU91Tcx2jD2uHUDrPa4W8dPGEw8QynVp4lS3hXk0Xu/VsB/8huFklt7HjecXEvE6zA k6Vam7I6FJPriVkhW7qXGY+BdJ2F6Hk327AeY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=SI/bhXoP1mEFxf1rgO+YNItHtamwLwT11uTGlZLD6NE=; b=t8FKFLp1ZCzdzFgJB+xlw3pjfWJROMICTzfcL1RnTG6vfQxck2g8SMC4LW4gCxUql9 a0eOsxA7yZ/4gj+tsWtc+CKeNuBRVmY+aNzOHNL/FpYedb1SoeI96gwSp+WbMaxybcGO zYNdBbU7UE6uq2Y8kF6NJNJ5zYS9uVUthAlPbdgO7uWILz9IcJt5k/LbytBEwzQiw0rR 6HxQ93osoq87Ou6AHIw9zPfcNGtiwsd44cpi9nGHoohzn5fES6HikzxOvWbtBJLe7qtu vZs/pjRc/G9WdHXXkZ2N9qBs1XhLfj70NDMoDEetpt6+q1LxAJiqrs0KY7PSRsl9wa2Q Udrg== X-Gm-Message-State: APjAAAUz6L65By+e6KhBS0e+mQMBP7zPKB4UOtAuU5F55cY6Vr4kknQz g/fErkK9hYF1eK9uKkyZZN8VvsxBEMvM5NtQ0UvN X-Google-Smtp-Source: APXvYqyiIxMJ7VmwmwkX7bfwhpIIaGAFlXm67Fq5O/B40F3RZbrVO3I2vZ42zE3EQ7sa/Q+6iMJ1eM/5q5E8bMt+m+8= X-Received: by 2002:a24:2855:: with SMTP id h82mr2296775ith.82.1554331535325; Wed, 03 Apr 2019 15:45:35 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::129 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:234936 Archived-At: Hi Stefan, While looking at the diff of commit cd1d9e79f74f137511d49eb9b0ae7ba750ba6c3c, I see the following hunk: -- 8< ---------------------- @@ -1205,6 +1209,7 @@ See the full list and their hierarchy in `cl--generic-typeof-types'." (cl-call-next-method))) (cl--generic-prefill-dispatchers 0 integer) +(cl--generic-prefill-dispatchers 0 cl--generic-generalizer integer) ;;; Dispatch on major mode. -- 8< ---------------------- Why didn't you delete the first call `(cl--generic-prefill-dispatchers 0 integer)'? Thanks. -- Best regards, Tadeus