[elpa] externals/ebdb ec5699d349: Fix last update, release 0.8.20

2023-12-15 Thread ELPA Syncer
branch: externals/ebdb commit ec5699d349d6deb43f063eeddfe6114b102f43d9 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix last update, release 0.8.20 Whoa, turns out we're releasing direct from Github! --- ebdb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[nongnu] elpa/geiser f343592a52 4/4: version bump and changelog

2023-12-15 Thread ELPA Syncer
branch: elpa/geiser commit f343592a52da0f947989d07c208a51ad6c972a5e Author: jao Commit: jao version bump and changelog --- elisp/geiser.el | 2 +- news.org| 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/elisp/geiser.el b/elisp/geiser.el index

[nongnu] elpa/geiser 9cad7e90a4 3/4: Silence byte-compiler

2023-12-15 Thread ELPA Syncer
branch: elpa/geiser commit 9cad7e90a4cdb22b35b01f682fcb8bba641b0a93 Author: Jonas Bernoulli Commit: Jonas Bernoulli Silence byte-compiler `dotimes' has a defect (and a fixme which is over a decade old) that causes a bogus (though technically correct) warning about VAR being

[nongnu] elpa/geiser b20dd4d77b 1/4: Use lexical-binding

2023-12-15 Thread ELPA Syncer
branch: elpa/geiser commit b20dd4d77b92197d88d7cf3512fe202581d5c430 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use lexical-binding Emacs 30.0.50 has started to warn when this variable isn't set, presumably so that the default can be changed from nil to t in a few

[nongnu] elpa/geiser updated (49d12a1448 -> f343592a52)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/geiser. from 49d12a1448 fix: repl: Make whitespace case more precise new b20dd4d77b Use lexical-binding new becd65549a Silence byte-compiler new 9cad7e90a4 Silence byte-compiler new f343592a52 version bump and

[nongnu] elpa/geiser becd65549a 2/4: Silence byte-compiler

2023-12-15 Thread ELPA Syncer
branch: elpa/geiser commit becd65549a6cb5f1ff22244fc61c6e2d7409028a Author: Jonas Bernoulli Commit: Jonas Bernoulli Silence byte-compiler In Emacs 30: lib/geiser/elisp/geiser-compile.el:19:11: Warning: ‘make-network-process´ called without required keyword argument

[nongnu] elpa/boxquote 8c45c0fdcd 1/2: Set lexical-binding explicitly

2023-12-15 Thread ELPA Syncer
branch: elpa/boxquote commit 8c45c0fdcd973e60b3228997a70637d873cc2d9f Author: Jonas Bernoulli Commit: Jonas Bernoulli Set lexical-binding explicitly Emacs 30.0.50 has started to warn when this variable isn't set, presumably so that the default can be changed from nil to t in

[nongnu] elpa/boxquote a07e9d3215 2/2: Merge pull request #10 from tarsiiformes/silencio

2023-12-15 Thread ELPA Syncer
branch: elpa/boxquote commit a07e9d321569b72296c267ac4460277b42b71b3e Merge: fe676396fa 8c45c0fdcd Author: Dave Pearson Commit: GitHub Merge pull request #10 from tarsiiformes/silencio Set lexical-binding explicitly --- boxquote.el | 3 ++- 1 file changed, 2 insertions(+), 1

[nongnu] elpa/emacsql updated (855eb3f5c6 -> f5ab473482)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/emacsql. from 855eb3f5c6 ci: Build sqlite3 with Nix new db7c3e45db ci: Also test module new f5ab473482 test: Warn about missing dependencies Summary of changes: .github/workflows/test.yml | 1 +

[nongnu] elpa/evil eced3088ce: Fix jumping to next/prev paren/brace from a string is not working (#1849)

2023-12-15 Thread ELPA Syncer
branch: elpa/evil commit eced3088ce860431b6d0e0af2409c56d754ffab2 Author: Mihai Cristian Tanase Commit: GitHub Fix jumping to next/prev paren/brace from a string is not working (#1849) --- evil-common.el | 4 +-- evil-tests.el | 83

[nongnu] elpa/emacsql db7c3e45db 1/2: ci: Also test module

2023-12-15 Thread ELPA Syncer
branch: elpa/emacsql commit db7c3e45db65ab408faefb7ad0992edc68753d4e Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Also test module The issue that prevented that was fixed in [1: 855eb3f]. 1: 2023-12-15 855eb3f5c600c4927c8de0047220c706e4bf13f1 ci: Build

[nongnu] elpa/emacsql f5ab473482 2/2: test: Warn about missing dependencies

2023-12-15 Thread ELPA Syncer
branch: elpa/emacsql commit f5ab47348295e13440df8105739712bd0f8e3aab Author: Jonas Bernoulli Commit: Jonas Bernoulli test: Warn about missing dependencies --- .github/workflows/test.yml | 1 + tests/emacsql-external-tests.el | 19 +-- 2 files changed, 14

[nongnu] elpa/emacsql 855eb3f5c6 2/2: ci: Build sqlite3 with Nix

2023-12-15 Thread ELPA Syncer
branch: elpa/emacsql commit 855eb3f5c600c4927c8de0047220c706e4bf13f1 Author: ikappaki Commit: Jonas Bernoulli ci: Build sqlite3 with Nix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml

[nongnu] elpa/emacsql ff2476ded5 1/2: make: Export SQLITE3_API_BUILD_COMMAND when Nix is used

2023-12-15 Thread ELPA Syncer
branch: elpa/emacsql commit ff2476ded57173f711579fe118179b9396a64572 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Export SQLITE3_API_BUILD_COMMAND when Nix is used --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f3b7c482f6..cfffdd042b

[nongnu] elpa/eat c91451f2d1 2/2: ; Release version 0.9.4

2023-12-15 Thread ELPA Syncer
branch: elpa/eat commit c91451f2d17453c19d3fa76faa4945cbe54e14ce Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Release version 0.9.4 * eat.el: * eat.texi: Bump version. * ChangeLog: Update. --- ChangeLog | 24 eat.el| 2 +-

[nongnu] elpa/emacsql updated (59de83a127 -> 855eb3f5c6)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/emacsql. from 59de83a127 Place comma after "e.g." new ff2476ded5 make: Export SQLITE3_API_BUILD_COMMAND when Nix is used new 855eb3f5c6 ci: Build sqlite3 with Nix Summary of changes: .github/workflows/test.yml | 4 ++-- Makefile

[nongnu] elpa/eat 8fe46079df 1/2: Don't let automatic scrolling mess up the display

2023-12-15 Thread ELPA Syncer
branch: elpa/eat commit 8fe46079dfd8dbdea7b0834afe807763b9afafbf Author: Akib Azmain Turja Commit: Akib Azmain Turja Don't let automatic scrolling mess up the display * eat.el (eat-mode, eat--eshell-local-mode): Set both 'scroll-margin' and 'hscroll-margin' to zero. --- eat.el

[nongnu] elpa/eat updated (5aaad960c8 -> c91451f2d1)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from 5aaad960c8 ; README.org: Fix wrong keybinding new 8fe46079df Don't let automatic scrolling mess up the display new c91451f2d1 ; Release version 0.9.4 Summary of changes: ChangeLog | 24 eat.el

[elpa] externals/org 31caf84bb7: lisp/oc-basic.el (org-cite-basic--shorten-names): Fix NAMES being raw pseudo-object

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 31caf84bb7960308e273e9c6a6da9efe7b66a2ad Author: Ihor Radchenko Commit: Ihor Radchenko lisp/oc-basic.el (org-cite-basic--shorten-names): Fix NAMES being raw pseudo-object NAMES-STRING should be a string, while `org-element-contents' returns a list.

[elpa] externals/ebdb 165526729d 1/3: More cleanups from Stefan

2023-12-15 Thread ELPA Syncer
branch: externals/ebdb commit 165526729d0b3b02e9a457203bbc89de4a71019d Author: Eric Abrahamsen Commit: Eric Abrahamsen More cleanups from Stefan Sharp quotes and removal of unnecessary defcustom :group specifiers. --- ebdb-complete.el | 16 ebdb-i18n.el | 6

[elpa] externals/ebdb afb649a7dd 3/3: Release 0.8.19

2023-12-15 Thread ELPA Syncer
branch: externals/ebdb commit afb649a7ddde1b45ca3855038ee1bb7673160b7a Author: Eric Abrahamsen Commit: Eric Abrahamsen Release 0.8.19 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index c69489712e..33b47a9426 100644 --- a/ebdb.el +++

[elpa] externals/ebdb 143e35fcad 2/3: Drop ebdb-add-to-list, redefine/rename ebdb-remove-from-list

2023-12-15 Thread ELPA Syncer
branch: externals/ebdb commit 143e35fcad433efd97112a80561abdf1b5ceb95e Author: Eric Abrahamsen Commit: Eric Abrahamsen Drop ebdb-add-to-list, redefine/rename ebdb-remove-from-list * ebdb.el (ebdb-remove-from-list): These should not have been defined as functions, as they're

[elpa] externals/ebdb updated (f7b50402cf -> afb649a7dd)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ebdb. from f7b50402cf Final round of compiler quieting new 165526729d More cleanups from Stefan new 143e35fcad Drop ebdb-add-to-list, redefine/rename ebdb-remove-from-list new afb649a7dd Release 0.8.19 Summary of

[elpa] externals/consult bfff7e13f0: Remove obsolete variables

2023-12-15 Thread ELPA Syncer
branch: externals/consult commit bfff7e13f0fce3938f49871d379482a1b547dd7a Author: Daniel Mendler Commit: Daniel Mendler Remove obsolete variables --- CHANGELOG.org | 8 +--- consult.el| 3 --- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.org

[elpa] externals/cape 2898085374: Remove obsolete function aliases

2023-12-15 Thread ELPA Syncer
branch: externals/cape commit 28980853746d1a3215d73438031ddb3a692ba51a Author: Daniel Mendler Commit: Daniel Mendler Remove obsolete function aliases --- CHANGELOG.org | 2 ++ cape.el | 9 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.org

[elpa] externals/rainbow-mode f7db3b5919: ; Set local value of lexical-binding explicitly

2023-12-15 Thread Jonas Bernoulli via
branch: externals/rainbow-mode commit f7db3b5919f70420a91eb199f8663468de3033f3 Author: Jonas Bernoulli Commit: Jonas Bernoulli ; Set local value of lexical-binding explicitly --- rainbow-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbow-mode.el

[nongnu] elpa/wgrep 5fac9c7737 5/8: add the newest version of emacs

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit 5fac9c7737b6efd4a998216247ded0c578a3a0a7 Author: Masahiro Hayashi Commit: Masahiro Hayashi add the newest version of emacs --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml

[nongnu] elpa/wgrep a8e11f2d30 8/8: add badge of CI workflow

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit a8e11f2d307272a8793ca28f4bf1cd68f2c42cdd Author: Masahiro Hayashi Commit: Masahiro Hayashi add badge of CI workflow --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6c52123a4..2db72bd010 100644 --- a/README.md +++

[nongnu] elpa/wgrep b36bf5959b 6/8: add lexical-binding for the latest Emacs

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit b36bf5959b0711bae1e7c777ea194e89296ceec4 Author: Masahiro Hayashi Commit: Masahiro Hayashi add lexical-binding for the latest Emacs --- wgrep-deadgrep.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgrep-deadgrep.el b/wgrep-deadgrep.el

[nongnu] elpa/wgrep 07cd02ddde 7/8: lint work on Emacs-28.x

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit 07cd02dddefd99bd4128100579ecaca929a57d6e Author: Masahiro Hayashi Commit: Masahiro Hayashi lint work on Emacs-28.x --- wgrep-deadgrep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgrep-deadgrep.el b/wgrep-deadgrep.el index

[nongnu] elpa/wgrep 9569390453 2/8: Fix test extra loading

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit 956939045382608e813ad40d7e5549a8707203f8 Author: Xiyue Deng Commit: Xiyue Deng Fix test extra loading * Since Emacs 29, test names cannot be duplicated. This also applies to ert-deftest that are loaded through `requires', which means requiring

[nongnu] elpa/wgrep updated (3132abd375 -> a8e11f2d30)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/wgrep. from 3132abd375 add depends packages new 843d04dcfd add scheduled ci new 9569390453 Fix test extra loading new 461b5d70aa Merge branch 'test-extra-loading-fix' of github.com:manphiz/Emacs-wgrep into

[nongnu] elpa/wgrep 843d04dcfd 1/8: add scheduled ci

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit 843d04dcfd5d146faef27b8e8afc68bef7877419 Author: Masahiro Hayashi Commit: Masahiro Hayashi add scheduled ci --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index

[nongnu] elpa/wgrep 461b5d70aa 3/8: Merge branch 'test-extra-loading-fix' of github.com:manphiz/Emacs-wgrep into manphiz-test-extra-loading-fix

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit 461b5d70aa9c1feb3fbfebda717a7a46e4cb4a87 Merge: 843d04dcfd 9569390453 Author: Masahiro Hayashi Commit: Masahiro Hayashi Merge branch 'test-extra-loading-fix' of github.com:manphiz/Emacs-wgrep into manphiz-test-extra-loading-fix --- Makefile | 1 +

[nongnu] elpa/wgrep af59e8b3ee 4/8: workaround commit to work on github action.

2023-12-15 Thread ELPA Syncer
branch: elpa/wgrep commit af59e8b3ee61b43407eed114aea42249dcd00755 Author: Masahiro Hayashi Commit: Masahiro Hayashi workaround commit to work on github action. --- Makefile | 2 +- wgrep-subtest.el | 4 ++-- wgrep-test-helper.el | 16 wgrep-test.el

[elpa] externals/org 5c543cd9d9 2/5: lisp/ol.el (org-link-search): Clarify that narrowing is respected

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 5c543cd9d92a85879742f88e5a9bd3184c761e5f Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ol.el (org-link-search): Clarify that narrowing is respected --- lisp/ol.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ol.el

[elpa] externals/org 15cf8c3fcd 5/5: Merge branch 'bugfix'

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 15cf8c3fcdd3d22f034ea48e8c37ee39b7dacc1c Merge: 63ef7b9242 6e72a4c7f0 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-md.el | 2 +- testing/lisp/test-ox-md.el | 43 +++ 2

[elpa] externals/org 63ef7b9242 4/5: org-lint-wrong-include-link-parameter: Ignore narrowing when verifying

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 63ef7b92426b5636f912b4f53ab4503d106f6c50 Author: Ihor Radchenko Commit: Ihor Radchenko org-lint-wrong-include-link-parameter: Ignore narrowing when verifying It is implied that we ignore narrowing when searching for included part . But

[elpa] externals/org updated (23291840b2 -> 15cf8c3fcd)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 23291840b2 org-clock-auto-clockout: Honor system idle time. Do not spawn multiple timers new 89164e6054 lisp/ol.el (org-store-link): Use non-obsolete variable name in docstring new 5c543cd9d9 lisp/ol.el

[elpa] externals-release/org 6e72a4c7f0: lisp/ox-md.el (org-md--footnote-section): Honor `org-md-toplevel-hlevel'

2023-12-15 Thread ELPA Syncer
branch: externals-release/org commit 6e72a4c7f0b67737766fb2f090c7a83aae840342 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ox-md.el (org-md--footnote-section): Honor `org-md-toplevel-hlevel' * testing/lisp/test-ox-md.el (ox-md/footnotes-level): New test file and new test

[elpa] externals/org cb71bde7cb 3/5: lisp/org-macro.el (org-macro--get-property): Ignore narrowing

2023-12-15 Thread ELPA Syncer
branch: externals/org commit cb71bde7cb04551bc60e61b7782692ce93f0a416 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-macro.el (org-macro--get-property): Ignore narrowing It is implied that we ignore narrowing when searching for property value. But `org-link-search'

[elpa] externals/org 89164e6054 1/5: lisp/ol.el (org-store-link): Use non-obsolete variable name in docstring

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 89164e60541b1d57efe3541b59836e14b1e070da Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ol.el (org-store-link): Use non-obsolete variable name in docstring --- lisp/ol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol.el

[elpa] externals/marginalia 5501c24f9f 1/2: marginalia-annotate-bookmark: Show location and rear context

2023-12-15 Thread ELPA Syncer
branch: externals/marginalia commit 5501c24f9fb77833a45c2671d296545ec8a1f484 Author: Daniel Mendler Commit: Daniel Mendler marginalia-annotate-bookmark: Show location and rear context --- marginalia.el | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-)

[elpa] externals/marginalia ecb4a9345e 2/2: Update changelog

2023-12-15 Thread ELPA Syncer
branch: externals/marginalia commit ecb4a9345e2df7a7ab0a306fdae84e7fe0c33282 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 32dea33ed2..1b53ad7598 100644 ---

[elpa] externals/marginalia updated (27ccfd2213 -> ecb4a9345e)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/marginalia. from 27ccfd2213 marginalia-annotate-tab: Use index starting with 1 new 5501c24f9f marginalia-annotate-bookmark: Show location and rear context new ecb4a9345e Update changelog Summary of changes: CHANGELOG.org | 5

[nongnu] elpa/org-contrib 8ac56f41f7 1/2: lisp/ox-confluence.el (org-export-confluence): Define customization group

2023-12-15 Thread ELPA Syncer
branch: elpa/org-contrib commit 8ac56f41f79f119e5ec305c576ed759fd52026f5 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ox-confluence.el (org-export-confluence): Define customization group --- lisp/ox-confluence.el | 6 ++ 1 file changed, 6 insertions(+) diff --git

[nongnu] elpa/org-contrib updated (41c6647a5e -> 1bfb5774e9)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/org-contrib. from 41c6647a5e lisp/ox-deck.el: Switch to lexical binding new 8ac56f41f7 lisp/ox-confluence.el (org-export-confluence): Define customization group new 1bfb5774e9 lisp/ox-confluence.el: Switch to lexical binding

[nongnu] elpa/org-contrib 1bfb5774e9 2/2: lisp/ox-confluence.el: Switch to lexical binding

2023-12-15 Thread ELPA Syncer
branch: elpa/org-contrib commit 1bfb5774e980d97d96e685c44a15d51486cfb665 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ox-confluence.el: Switch to lexical binding * lisp/ox-confluence.el (org-confluence-bold): (org-confluence-empty): (org-confluence-example-block):

[elpa] externals/org d6924212bd 1/4: lisp/org-macs.el: Fix some checkdoc warnings

2023-12-15 Thread ELPA Syncer
branch: externals/org commit d6924212bd3ed1b7b9def71504c714cb8aa00e8a Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-macs.el: Fix some checkdoc warnings * lisp/org-macs.el (org-with-remote-undo): Avoid using Elisp symbol without quotes. (org-with-wide-buffer): Mark

[elpa] externals/org 3be87f15d5 3/4: lisp/ol-man.el (Man-completion-cache): Declare variable

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 3be87f15d5821adb5019e9e9a5b399f8e9047c85 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ol-man.el (Man-completion-cache): Declare variable --- lisp/ol-man.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ol-man.el b/lisp/ol-man.el index

[elpa] externals/org 23291840b2 4/4: org-clock-auto-clockout: Honor system idle time. Do not spawn multiple timers

2023-12-15 Thread ELPA Syncer
branch: externals/org commit 23291840b20d75e217b48511931a45c5563d39db Author: Ihor Radchenko Commit: Ihor Radchenko org-clock-auto-clockout: Honor system idle time. Do not spawn multiple timers * lisp/org-clock.el (org-clock--auto-clockout-timer-obj): New internal variable

[elpa] externals/org fbcd71e856 2/4: org-babel-tangle: Do note erase the existing tangle target before overwriting

2023-12-15 Thread ELPA Syncer
branch: externals/org commit fbcd71e856fb6c1fbf432c63ffd1c37546aecfcd Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-tangle: Do note erase the existing tangle target before overwriting * lisp/ob-tangle.el (org-babel-tangle): Do not remove the existing tangle target

[elpa] externals/org updated (b8d27bb4ec -> 23291840b2)

2023-12-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from b8d27bb4ec ol-man.el: Mark WoMan link handler as obsolete new d6924212bd lisp/org-macs.el: Fix some checkdoc warnings new fbcd71e856 org-babel-tangle: Do note erase the existing tangle target before overwriting