remacs icon indicating copy to clipboard operation
remacs copied to clipboard

Merge commit 'db71b31827' from emacs upstream (2018-04-14)

Open harryfei opened this issue 5 years ago • 6 comments

  • port b300052: Try and speed up byte<->char conversion with many markers.
  • port ed962f2b: Fix bug#30846, along with misc cleanups found along the way
  • port d06c2e7: Add a history variable for `read-variable'
  • port 6f66a43d7: Centralize Bug#30931 fix

harryfei avatar Dec 28 '19 10:12 harryfei

Need to fix the errors in tests.

harryfei avatar Dec 29 '19 12:12 harryfei

Once this tests are working this looks reasonable.

shaleh avatar Jan 06 '20 18:01 shaleh

Odd, it's complaining about not having rustfmt installed

agraven avatar Jan 21 '20 13:01 agraven

Yeah, rustfmt is no longer preview. I fixed this recently. This PR needs to rebase to get it.

shaleh avatar Jan 21 '20 16:01 shaleh

There's a segfault happening:

Backtrace:
../../src/bootstrap-emacs[0x51fc32]
../../src/bootstrap-emacs[0x5082e4]
../../src/bootstrap-emacs[0x51e78e]
../../src/bootstrap-emacs[0x51ea83]
../../src/bootstrap-emacs[0x51eac0]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10330)[0x2acc138a9330]
../../src/bootstrap-emacs(unchain_marker+0x1f)[0x61c1af]
../../src/bootstrap-emacs[0x52c28a]
../../src/bootstrap-emacs[0x52c701]
../../src/bootstrap-emacs(insert_1_both+0x241)[0x52c961]
../../src/bootstrap-emacs[0x622525]
../../src/bootstrap-emacs[0x5f69ad]
../../src/bootstrap-emacs[0x5f6885]
Collecting OKURI-NASI entries...48%
make[3]: *** [../../lisp/cedet/semantic/bovine/c-by.el] Segmentation fault (core dumped)
make[3]: Leaving directory `/home/travis/build/remacs/remacs/admin/grammars'
make[2]: *** [semantic] Error 2
make[2]: *** Waiting for unfinished jobs....

agraven avatar Feb 01 '20 22:02 agraven

Can't resolve the issue by myself. Welcome anyone to work on it.

harryfei avatar Feb 08 '20 07:02 harryfei