From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: aprekates Newsgroups: gmane.emacs.help Subject: Re: function org-mark-ring-goto lost it's bound key. Date: Sun, 12 May 2019 13:39:12 +0300 Message-ID: <517bc907-d3a4-a8db-a0f3-dc71cea595ab@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="95583"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Cc: Help Gnu Emacs mailing list To: Noam Postavsky Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 12 12:39:47 2019 Return-path: Envelope-to: geh-help-gnu-emacs@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 1hPltT-000Oko-F8 for geh-help-gnu-emacs@m.gmane.org; Sun, 12 May 2019 12:39:47 +0200 Original-Received: from localhost ([127.0.0.1]:41527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPltS-0007GV-Fp for geh-help-gnu-emacs@m.gmane.org; Sun, 12 May 2019 06:39:46 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPlt1-0007BH-SR for help-gnu-emacs@gnu.org; Sun, 12 May 2019 06:39:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPlsy-0007dI-7Q for help-gnu-emacs@gnu.org; Sun, 12 May 2019 06:39:17 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:35335) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPlsx-0007cF-Ir for help-gnu-emacs@gnu.org; Sun, 12 May 2019 06:39:16 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B296C2400FB for ; Sun, 12 May 2019 12:39:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1557657553; bh=MpzJ8iel0Q/WMpaq08ROLgqpyzV8oW+H3nkC4mid9Hw=; h=Subject:To:Cc:From:Date:From; b=sFE0GyzuVJlKlG/KwFojmIlUbsZc1j0MWEYO9BkUKX5wLVkdYFG00GCnmkmiNt2/h 88JPtwnb9BapXd6i22qt57AhWI0vrcUmqBUAPEQEGchLBT+9+ZexMhbjxtfyypa0Ub Yz9cI6zDPf04GEEcdrfpsppXtbadaDg4OEIAXQ/dv0hwlRX/04QhBvSGg1OFtlKbXb OcZc7B8zrWjZses+MsVJSNGGZxLSXBIPuvvoncHChdo/klDo/9dhQgz+Vh1e8vu/6a QiqfC8fnBLr7Z9eOLBTRlbz4yzlc+dIGg+pJrb47q4gnaH+R6Jm3Q5f+uMRUGbx403 /Ma0s6fuNJIBg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4520mw73CMz9rxM; Sun, 12 May 2019 12:39:12 +0200 (CEST) In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120315 Archived-At: thanks! On 12/5/19 1:42 =CF=80.=CE=BC., Noam Postavsky wrote: > On Sat, 11 May 2019 at 18:31, aprekates wrote: > >> in org mode checking with C-h f org-mark-ring-goto has no bound k= ey. >> >> If from init.el i remove the line: >> (yas-global-mode 1) >> >> then checking again the C-c & bound key is back! >> >> How can yas mess with that? > yasnippet makes some key bindings using C-c & as a prefix (e.g., C-c & > C-n to make a new snippet). Actually, I'm thinking about removing > these bindings from yasnippet, they're too awkward to use anyway > (e.g., I find M-x yas-new-snippet easier to type (thanks to > completion) than C-c & C-n).