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: What's happened to M- `completion-at-point'? Date: Wed, 04 May 2022 09:32:13 +0300 Message-ID: <83bkwd4xle.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28324"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 04 08:38:03 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 1nm8eA-0007E0-Db for ged-emacs-devel@m.gmane-mx.org; Wed, 04 May 2022 08:38:02 +0200 Original-Received: from localhost ([::1]:58388 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nm8e7-0005Rb-6x for ged-emacs-devel@m.gmane-mx.org; Wed, 04 May 2022 02:38:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nm8YO-0003Vn-4M for emacs-devel@gnu.org; Wed, 04 May 2022 02:32:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nm8YN-00025O-FT; Wed, 04 May 2022 02:32:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=yJ0G6hVV+yLyvuTi3x14spw0qqArGYVnhtFAtBb9bUo=; b=IkPsLLR1kZUl yLLU0yVyyr0zqLvjjcokakXeNrg6AzBZf/CtYrUXlSJP4unXY+X8gP0YJ208IGQv6V4bFonVyxR6N HFXgI+Dpi2kgdp0ZfILt6XCvkYRSDamlrO5XEWLIip06NlR+lQev/4F5lTfV3CJpa9nE92y3V+fW9 xOHyiFIfbwvGV1e9BmTgkHz5OMjeVsdvFWNDk4YnCW3uwKG2CCijx5o0UqOtsUsby36zNgwnphoAw bJSC8bO/zPRC0Z/wH5DOx2uER+oKbU9EkipROK7MBBQ8gEtFnp9FXO+zZVdp22MfOl+aMXuWCOkQF wf53mHjv6s7MdhS4EwQE+w==; Original-Received: from [87.69.77.57] (port=4968 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 1nm8YJ-0001bV-E6; Wed, 04 May 2022 02:32:01 -0400 In-Reply-To: (message from Alan Mackenzie on Tue, 3 May 2022 21:06:00 +0000) 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:289147 Archived-At: > Date: Tue, 3 May 2022 21:06:00 +0000 > From: Alan Mackenzie > > Suddenly, my M- `completion-at-point' isn't working. Would > somebody please explain? If you press "ESC TAB" instead, what does Emacs do then? > This is on a recent master branch build. > > I'm not even entirely sure the problem is in Emacs. Maybe a recent > update to Linux or the kbd package has messed things up. Most likely. M-TAB is frequently used by the OS and the WM on different systems.