From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ram Newsgroups: gmane.emacs.devel Subject: Re: question regarding my emacs package Date: Wed, 07 Jun 2023 19:45:56 +0000 Message-ID: <2pOYRsmOk_f2sx48BICCjf9r3Z5OviLDonOFi4dhWoSpd_dAWOXFSA3jO2YeyJ5FBf-Sydd0ZTzTOsAlIg8tc_eBqM9nzq2PW4q4usn4Nuo=@rj95.be> References: <6cG8Tc55Zz8xk6rE6mJLfDxckAINPcYqp781yltsndzqq5146yw76EZ_2CoUtQT4P2j2afSx5VRD5G1-9qzFHWAW3LxYWwmxh87lvB2MgNE=@rj95.be> <873533mfq3.fsf@posteo.net> <87y1kvkv2f.fsf@posteo.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="3230"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "emacs-devel@gnu.org" To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 08 06:35:35 2023 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 1q77N1-0000fj-Jn for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Jun 2023 06:35:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q77M3-0007ah-80; Thu, 08 Jun 2023 00:34:35 -0400 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 1q6z6p-00025T-45 for emacs-devel@gnu.org; Wed, 07 Jun 2023 15:46:28 -0400 Original-Received: from mail-40136.proton.ch ([185.70.40.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6z6l-0004LN-3J for emacs-devel@gnu.org; Wed, 07 Jun 2023 15:46:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rj95.be; s=protonmail3; t=1686167170; x=1686426370; bh=JVfj316DLLCe0aCc4U3U+2IGVnzmBPMB2HAl+SFMed8=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ryrrDZVyTGl96gHxWFThnfevY1IRrPPOpNZlSzNaUi6gnQt8Zmyed5fbyXjH3U/Lb XCk1TpyWzipM9ng2G4+7yym+1W1QUV8J9S3gIWuggBPeXDGCowxvn5JHefsihjr4aV k3F3b65xtZPbRemXJnClz5o/dcGl8TRyI8EC6nA56Y2WW+qO7lnAKX1WwhqiC5vyUO TU71vza8VUZOxaUr9v1RC3D7Vl3U3POtWfEiqSJl0C21Ja2WW9t0dmjrs80POM2Gqr nli/zLqvzo5gWpzpBGJ/74U/BVIwFMlqfHYN6dIsv5sV3YJLTdIt9f7IOvCftway3n qCJsDdNbmT7uw== In-Reply-To: <87y1kvkv2f.fsf@posteo.net> Feedback-ID: 10803195:user:proton Received-SPF: pass client-ip=185.70.40.136; envelope-from=chat@rj95.be; helo=mail-40136.proton.ch 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 08 Jun 2023 00:34:33 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306694 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 changing the central type from defclass to cl-defstruct has appeared to cau= se bugs? i am not sure what to make of this, but find-file and its variants= do not appear to work when changing only this. the file is not opened; it = is not that the file is opened but the active buffer isn't switched ------- Original Message ------- On Wednesday, June 7th, 2023 at 2:04 PM, Philip Kaludercic wrote: >=20 >=20 > Philip Kaludercic philipk@posteo.net writes: >=20 > > > here is the repo: https://github.com/gitrj95/breadcrumbs.el > >=20 > > Here are a few suggestions: >=20 >=20 > Oh, and can you address the issue raised by checkdoc? -----BEGIN PGP SIGNATURE----- Version: ProtonMail wnUEARYKACcFgmSA3l4JkLWF/Pp8PQPNFiEExUjWugOWGzBgCQZvtYX8+nw9 A80AACphAP950X8wqpTmrh9i++73rNXdcW0ZDL8q7W9n2Jy7HaOvGAEA+a96 jQwzmJeyUo9r5Ot7U0US48Ty3tR3WVYXhKbVBA4=3D =3Dl3rq -----END PGP SIGNATURE-----