unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eduardo Bellani <eduardo.bellani@datarisk.io>
To: 47008@debbugs.gnu.org
Subject: bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced
Date: Mon, 08 Mar 2021 11:02:21 -0300	[thread overview]
Message-ID: <87lfaxspwb.fsf@datarisk.io> (raw)

[-- Attachment #1: Type: text/plain, Size: 2344 bytes --]

On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was
removed as a symbol. That symbol is still being referenced throughout
the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el`
file.

`find . -type d \( -path \*/SCCS -o -path \*/RCS -o -path \*/CVS -o -path \*/MCVS -o -path \*/.src -o -path \*/.svn -o -path \*/.git -o -path \*/.hg -o -path \*/.bzr -o -path \*/_MTN -o -path \*/_darcs -o -path \*/\{arch\} \) -prune -o \! -type d \( -name .\#\* -o -name \*.o -o -name \*\~ -o -name \*.bin -o -name \*.lbin -o -name \*.so -o -name \*.a -o -name \*.ln -o -name \*.blg -o -name \*.bbl -o -name \*.elc -o -name \*.lof -o -name \*.glo -o -name \*.idx -o -name \*.lot -o -name \*.fmt -o -name \*.tfm -o -name \*.class -o -name \*.fas -o -name \*.lib -o -name \*.mem -o -name \*.x86f -o -name \*.sparcf -o -name \*.dfsl -o -name \*.pfsl -o -name \*.d64fsl -o -name \*.p64fsl -o -name \*.lx64fsl -o -name \*.lx32fsl -o -name \*.dx64fsl -o -name \*.dx32fsl -o -name \*.fx64fsl -o -name \*.fx32fsl -o -name \*.sx64fsl -o -name \*.sx32fsl -o -name \*.wx64fsl -o -name \*.wx32fsl -o -name \*.fasl -o -name \*.ufsl -o -name \*.fsl -o -name \*.dxl -o -name \*.lo -o -name \*.la -o -name \*.gmo -o -name \*.mo -o -name \*.toc -o -name \*.aux -o -name \*.cp -o -name \*.fn -o -name \*.ky -o -name \*.pg -o -name \*.tp -o -name \*.vr -o -name \*.cps -o -name \*.fns -o -name \*.kys -o -name \*.pgs -o -name \*.tps -o -name \*.vrs -o -name \*.pyc -o -name \*.pyo \) -prune -o  -type f \( -name \* -o -name .\[\!.\]\* -o -name ..\?\* \) -exec grep --color -i -nH --null -e org-clocking-buffer \{\} +`

	./lisp/org-clock.el623:  (not (equal (org-clocking-buffer) nil)))
	./lisp/org-clock.el1658:	(with-no-warnings (set-buffer (org-clocking-buffer)))
	./lisp/org-clock.el1803:    (with-no-warnings (set-buffer (org-clocking-buffer)))
	./lisp/org-clock.el1922:		       (eq (org-clocking-buffer) (current-buffer))
	./lisp/org-clock.el2086:	     (equal (or (buffer-base-buffer (org-clocking-buffer))
	./lisp/org-clock.el2087:			(org-clocking-buffer))
	./lisp/org-clock.el3055:		 (let ((b (org-base-buffer (org-clocking-buffer))))
	./lisp/org-clock.el3063:		 (buffer-file-name (org-base-buffer (org-clocking-buffer)))
	./lisp/org-clock.el3113:  (let ((buf (org-clocking-buffer)))


--
Eduardo Bellani -- datarisk.io

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 873 bytes --]

             reply	other threads:[~2021-03-08 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 14:02 Eduardo Bellani [this message]
2021-03-08 16:08 ` bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced Basil L. Contovounesios

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lfaxspwb.fsf@datarisk.io \
    --to=eduardo.bellani@datarisk.io \
    --cc=47008@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).