私は別のサイトで同じようなものを見つけたので、これは質問をする適切な場所ではないかもしれません-https://meta.stackexchange.com/questions/11428/pasting-code-from-stackoverflow-to-notepad-loses -line-breaks-using-ie。アカウントを持っていないので、これを自由に移動してください。
私は同じ結果を得ていますが、クロムを使用しています。つまり、stackexchangeサイトからchromeを使用してコードを貼り付けると、改行が失われます。Windows 8のクロムとXUbuntu Ubuntu 14.10 Utopicのクロムブラウザの両方に影響します。
誰も報告する気がないので、回避策はありますか?
[更新]
申し訳ありませんが、問題はどこにでもあると思いましたが、実際にはgoogle docでのみ発生します。さまざまなstackexchangeサイトからサンプルを収集し、それらを配置しました:https ://docs.google.com/document/d/1R-qF6-imhpR7PVpt0LGo82wpgqSAhz_2CUytxzI_xSc/edit?usp=sharing 貼り付け後にフォーマットが失われていることがわかります。現在、Windows 8でChromeを使用して貼り付けています。
以下は、貼り付けをテストするための追加のサンプルです。
(defun my-turn-on-allout-mode-maybe ()
"Enable `allout-mode', where applicable."
;; Unconditional here, but edit as desired if it turns out
;; that you don't actually want this for ALL modes.
;; (This function is called in every buffer, when the
;; global mode is enabled.)
(allout-mode 1))
(define-globalized-minor-mode my-global-allout-mode allout-mode
my-turn-on-allout-mode-maybe
:group 'allout)
(my-global-allout-mode 1)
ありがとう
質問を編集して、問題が表示される例(またはいくつか)へのリンクを入力してください。
—
JosefZ