all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced
@ 2021-03-08 14:02 Eduardo Bellani
  2021-03-08 16:08 ` Basil L. Contovounesios
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Bellani @ 2021-03-08 14:02 UTC (permalink / raw)
  To: 47008

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced
  2021-03-08 14:02 bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced Eduardo Bellani
@ 2021-03-08 16:08 ` Basil L. Contovounesios
       [not found]   ` <87czw9sgxa.fsf@datarisk.io>
  0 siblings, 1 reply; 3+ messages in thread
From: Basil L. Contovounesios @ 2021-03-08 16:08 UTC (permalink / raw)
  To: Eduardo Bellani; +Cc: 47008

reassign 47008 org-mode
quit

Eduardo Bellani <eduardo.bellani@datarisk.io> writes:

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

The function has not been removed from emacs.git (Org is developed in
its own upstream repository, and occasionally synced with emacs.git).
Perhaps this needs reporting using M-x org-submit-bug-report instead?
That would notify the emacs-orgmode@gnu.org mailing list.

Thanks,

-- 
Basil





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced
       [not found]   ` <87czw9sgxa.fsf@datarisk.io>
@ 2021-03-08 21:29     ` Basil L. Contovounesios
  0 siblings, 0 replies; 3+ messages in thread
From: Basil L. Contovounesios @ 2021-03-08 21:29 UTC (permalink / raw)
  To: Eduardo Bellani; +Cc: 47008-done

[Keeping the bug address CCed for posterity.]

Eduardo Bellani <eduardo.bellani@datarisk.io> writes:

> Indee, I'll forward it to org, thanks, sorry for the noise.

Thanks, no need to apologise.

Closing this report in favour of the new one on the Org list:
https://lists.gnu.org/r/emacs-orgmode/2021-03/msg00107.html

> Basil L. Contovounesios writes:
>
>> Eduardo Bellani <eduardo.bellani@datarisk.io> writes:
>>
>>> On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was
>>> removed as a symbol. That symbol is still being referenced throughout
>>> the current(4d463ee4baf8a7ce8b7c633149a9452bc70ef557) `org-clock.el`
>>> file.
>>
>> The function has not been removed from emacs.git (Org is developed in
>> its own upstream repository, and occasionally synced with emacs.git).
>> Perhaps this needs reporting using M-x org-submit-bug-report instead?
>> That would notify the emacs-orgmode@gnu.org mailing list.

-- 
Basil




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-08 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08 14:02 bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced Eduardo Bellani
2021-03-08 16:08 ` Basil L. Contovounesios
     [not found]   ` <87czw9sgxa.fsf@datarisk.io>
2021-03-08 21:29     ` Basil L. Contovounesios

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.