From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: martin-kemp@brusseler.com Newsgroups: gmane.emacs.help Subject: completion of text using company-mode Date: Tue, 8 Jun 2021 21:11:30 +0200 (CEST) Message-ID: 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="32687"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jun 08 21:12:36 2021 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 1lqh9P-0008D9-EU for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 08 Jun 2021 21:12:35 +0200 Original-Received: from localhost ([::1]:51138 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqh9O-0007xo-BW for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 08 Jun 2021 15:12:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqh8V-0007te-23 for help-gnu-emacs@gnu.org; Tue, 08 Jun 2021 15:11:39 -0400 Original-Received: from msg-2.mailo.com ([213.182.54.12]:54438) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqh8Q-0000UF-6C for help-gnu-emacs@gnu.org; Tue, 08 Jun 2021 15:11:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brusseler.com; s=mailo; t=1623179490; bh=YL7BTD2RVqFQz++nExFmytSc15XDdBL1bKc1KzkyeFc=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: Content-Type; b=aU+BNLjOmX1CcqwdPHHDUgQRcvDmZ/8t2MBihvFG7QqPc1F1f7Lh24YbIF99wx1pC o6X8bDtE4MvaUb6kriBtlb2iS+AJ0y3lMK17Txx5M4yQzrq39i4tiZ24fUI/PyYvy5 j/U1UbMeyCq8KHgJGGcc/6Ge/qQ5UtIWrTtciLA4= Original-Received: by www-8.mailo.com with http webmail; Tue, 8 Jun 2021 21:11:30 +0200 (CEST) X-EA-Auth: x/2GqMSkXVRhIN8fXivTVsuZkhLIe/2yIm1hFQ6ATA0ZScqh1OQIyRy5jYhnxEWDPp8u5xvq5iGpeaQiYLknbhm8U8pK+qdP X-Priority: 3 X-Mailer: COMS/EA21.01/r20210415 Received-SPF: pass client-ip=213.182.54.12; envelope-from=martin-kemp@brusseler.com; helo=msg-2.mailo.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:130639 Archived-At: Have tried using "company-dabbrev-code" to try to complete words from opene= d buffurs. (setq company-backends '(company-dabbrev-code)) For instance, in texinfo-mode I have the following code Report for research project entitled: "Ambient Geotomography within the Ce= ntral Mediterranean Sea.". Then I try to complete the word "Mediterranean" by starting to type "Medi"= but the completion does not activate.