From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Torsten Hilbrich Newsgroups: gmane.emacs.devel Subject: Re: Integration of dictionary package Date: Thu, 19 Nov 2020 20:06:41 +0100 Message-ID: <4c83392f-9874-0047-0901-a02b6a84c2e8@hilbrich.tk> References: <87o8k7zxoj.fsf@gmail.com> <494a350b-e2ac-5497-3336-61358517a102@hilbrich.tk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40388"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Cc: orontee@gmail.com, emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 19 20:09:45 2020 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 1kfpJR-000ANm-M4 for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Nov 2020 20:09:45 +0100 Original-Received: from localhost ([::1]:59850 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfpJQ-0004pz-Nv for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Nov 2020 14:09:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfpGe-0002RI-86 for emacs-devel@gnu.org; Thu, 19 Nov 2020 14:06:52 -0500 Original-Received: from einhorn-mail-out.in-berlin.de ([217.197.80.21]:60603) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfpGb-0000xV-9O for emacs-devel@gnu.org; Thu, 19 Nov 2020 14:06:51 -0500 X-Envelope-From: torsten@myrkr.in-berlin.de Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 0AJJ6hAi026621 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 19 Nov 2020 20:06:44 +0100 Original-Received: from [10.42.142.2] by ricky.myrkr.in-berlin.de with esmtpsa (Exim 4.90_1 #4 (Debian)) id 1kfpGV-0003Fj-3C; Thu, 19 Nov 2020 20:06:43 +0100 In-Reply-To: Content-Language: en-GB Received-SPF: none client-ip=217.197.80.21; envelope-from=torsten@myrkr.in-berlin.de; helo=einhorn-mail-out.in-berlin.de X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:259449 Archived-At: On 19.11.20 18:35, Jean Louis wrote: > * Torsten Hilbrich [2020-11-19 10:41]: >> I have now completed the work on my branch >> feature/integration-of-dictionary-el. For reference, here is a list of > > Please help me get the branch. I see only this: > > $ git branch --list --all > * master > remotes/origin/HEAD -> origin/master > remotes/origin/master I assume you are looking at the wrong repository. The above branch is found in the Emacs repository at git.savannah.gnu.org:/srv/git/emacs.git Torsten