From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Size of xterm.c doubled since Emacs 28 Date: Thu, 14 Jul 2022 12:06:01 +0200 Message-ID: References: <877d4gtsns.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2063"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs developers To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 14 12:07:43 2022 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 1oBvl0-0000OX-JM for ged-emacs-devel@m.gmane-mx.org; Thu, 14 Jul 2022 12:07:42 +0200 Original-Received: from localhost ([::1]:56638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBvkz-0004Rz-7U for ged-emacs-devel@m.gmane-mx.org; Thu, 14 Jul 2022 06:07:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBvjb-0002wY-DN for emacs-devel@gnu.org; Thu, 14 Jul 2022 06:06:16 -0400 Original-Received: from mail-pl1-f170.google.com ([209.85.214.170]:37630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oBvjZ-0003tt-Vq for emacs-devel@gnu.org; Thu, 14 Jul 2022 06:06:15 -0400 Original-Received: by mail-pl1-f170.google.com with SMTP id f11so902plr.4 for ; Thu, 14 Jul 2022 03:06:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ql7z/sam6CmkUZdOfXu9gNoUTWyU9zrWVeHAxFR7jDM=; b=k/kvotF+LgiL0C5QGxFBtMjng3cgI7RGeqoOA72vJGhv00IUC216FjYCbK6YqU/YkB JEe/T5VzXqv/226hyYfjM9dDKi+nMI+rShTG/qvjYgLl3uAGsoHabJwEwSiYBX/EEhly XhQMznTlKZQdvqwHsI4X8HQ8L2k/f1K5NZjVk3nbvIyulTVsfuzugLySfVjEKFbgXbsM lWP/ioeND1syjr6NPHMMHTJkNMJfnm1xIW0NN65ONgktdegdxmGBJQw7iJKtvq7HpE/R Wf694hgWUyqDZugA71pr4/CBwaxhEt/XxgUAe7TZobCPVGBw3macMct7iacVtzd/uNAc CaGA== X-Gm-Message-State: AJIora8Rybyq/FBzHLF8t0kgeci0RKXOQdy08iU4n3PlZc2fgmpNikJ9 v85h5TAKA8Oaw2tMvsjwSEJDTMoY52Y5l8GJCpg= X-Google-Smtp-Source: AGRyM1swZVT0IeaorJlcM2gqU6HcENsKQhCneZxkCCR8pN1fbObKaUAHsYCwtKqyNTDDQ3QaZ/GGhxqwqHw9WPOlr/8= X-Received: by 2002:a17:902:7c0d:b0:16b:7dd2:626c with SMTP id x13-20020a1709027c0d00b0016b7dd2626cmr7474500pll.152.1657793172199; Thu, 14 Jul 2022 03:06:12 -0700 (PDT) In-Reply-To: <877d4gtsns.fsf@yahoo.com> Received-SPF: pass client-ip=209.85.214.170; envelope-from=stefankangas@gmail.com; helo=mail-pl1-f170.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:292138 Archived-At: Po Lu writes: > There is no chance of the input extension code being put in a separate > file until someone redoes the X terminal code from scratch (which isn't > likely.) > > The drag-and-drop code also needs very detailed interaction with the > event loop, and proved to be too difficult to place in a separate file > when I first wrote it. OK, thanks for explaining.