From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Helm Subject: Re: How to get the eacute above the e in saute or Saute? Date: Fri, 13 Oct 2017 11:43:05 +1300 Message-ID: References: <877ew0zchx.fsf@skimble.plus.com> <87po9sxpzn.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2mCH-0000sB-Fv for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 18:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2mCC-0007s5-Iy for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 18:43:21 -0400 Received: from mail-me1aus01on0130.outbound.protection.outlook.com ([104.47.116.130]:26272 helo=AUS01-ME1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2mCB-0007pz-Oj for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 18:43:16 -0400 In-reply-to: <87po9sxpzn.fsf@skimble.plus.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Sharon Kimble Cc: emacs-orgmode@gnu.org On Fri, 13 Oct 2017 at 05:58:20 +1300, Sharon Kimble wrote: > Ok, thanks, that works, but how can I assign a keypress to it as I need > to use it very often, several times each day. Plus I've got a backlog to > work through too. If you only need that one character, you could temporarily assign a convenient key binding. Something like this perhaps? (global-set-key (kbd "S-C-e") [233])