From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: disappearing lines Date: Mon, 16 Jan 2023 17:57:02 +0100 Message-ID: <86pmbe1kpt.fsf@gnu.org> References: <87a62iaa7t.fsf@a16n.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="786"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 Cc: help-gnu-emacs@gnu.org To: Peter =?iso-8859-1?Q?M=FCnster?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 16 17:58:08 2023 Return-path: Envelope-to: geh-help-gnu-emacs@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 1pHSoB-000AY4-Ur for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 16 Jan 2023 17:58:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHSnW-0001gM-OM; Mon, 16 Jan 2023 11:57:26 -0500 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 1pHSnS-0001ey-PL for help-gnu-emacs@gnu.org; Mon, 16 Jan 2023 11:57:22 -0500 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 1pHSnR-0006jf-JC; Mon, 16 Jan 2023 11:57:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=+xBZfe60HX6AQ/RrNxsBg3pVA56PeFGErR+n8/xCpTE=; b=lhaFNOe6yBYwxZKumcsT 48WZYztu0Dna0mphoaAE+VTbIaZZMpdzo7/Exc/BC1zgpWvJF151Cz0EuLAC425IK134gl/9rw78O yEOp4l2JHhQjjmJHy6LnYfxIrVGdlGx8DnjuGgKQfO9v+Mx5E5vceDZ+oOWpKJEmRD8W0knEhbdCT K9jmOYwYF7uqeXdEsyWW1R8ltZOq4QrWieibvoVIbjz8j9qercDaHEms2OblT2+Ar2o8OuJk1qNnn 4zu9IKu3fcg9zCd3LbExu3nWS1yi7aqGfvqCJlHPInUC7l0UJyU1NqdFntjPACbSB4w/sXpC6LT9K HBR2kiJ/RBSX7g==; Original-Received: from pd9fb7ab6.dip0.t-ipconnect.de ([217.251.122.182] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pHSnN-0006j9-Ab; Mon, 16 Jan 2023 11:57:21 -0500 In-Reply-To: <87a62iaa7t.fsf@a16n.net> ("Peter =?iso-8859-1?Q?M=FCnster=22?= =?iso-8859-1?Q?'s?= message of "Mon, 16 Jan 2023 14:19:02 +0100") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142277 Archived-At: Peter M=C3=BCnster writes: > My todo.org file is always loaded in an emacs buffer. Sometimes (at > least 2 times during the last 3 years), I observe, that all lines > beginning with 2, 3, 4 or 5 have disappeared. I guess, that I've made > accidentally some keystroke, that deletes such line. What could this be p= lease? You can check your last keystrokes with `C-h l': ,----[ C-h k C-h l ] | C-h l runs the command view-lossage (found in global-map), which is an | interactive native-compiled Lisp function in =E2=80=98help.el=E2=80=99. |=20 | It is bound to C-h l, l and l. | It can also be invoked from the menu: Help =E2=86=92 Describe =E2=86=92 S= how Recent | Inputs |=20 | (view-lossage) |=20 | Display last few input keystrokes and the commands run. | For convenience this uses the same format as | =E2=80=98edit-last-kbd-macro=E2=80=99. | See =E2=80=98lossage-size=E2=80=99 to update the number of recorded keyst= rokes. |=20 | To record all your input, use =E2=80=98open-dribble-file=E2=80=99. |=20 | Probably introduced at or before Emacs version 23.1. |=20 `---- So next time this happens, hit `C-h l' and see what you've hit. Best, Arash