1. 29 Aug, 1998 2 commits
  2. 28 Aug, 1998 6 commits
  3. 27 Aug, 1998 5 commits
  4. 25 Aug, 1998 14 commits
  5. 24 Aug, 1998 6 commits
  6. 23 Aug, 1998 1 commit
  7. 21 Aug, 1998 2 commits
  8. 20 Aug, 1998 4 commits
    • Barry Warsaw's avatar
    • Barry Warsaw's avatar
      (py-shell-map): New variable contains the keymap used in *Python* · 6dfbe5dc
      Barry Warsaw authored
      shell buffers.
      
      (py-shell): Moved the require of comint to the top level.  Also
      use-local-map py-shell-map instead of hacking on the comint-mode-map.
      This eliminates breakage of other comint-mode buffers (e.g. shell).
      6dfbe5dc
    • Barry Warsaw's avatar
    • Barry Warsaw's avatar
      (py-process-filter): Deleted this function. In order to fix · 3c96f6f3
      Barry Warsaw authored
      interactions with newer Emacsen, I've rewritten the way all the
      process filters work in the *Python* buffer.  We use more of the
      comint infrastructure, specifically the default process filter.  This
      means that scrolling is now handled by the default comint variables
      including comint-scroll-to-bottom-on-output.  Note that this is
      somewhat experimental change!
      
      (py-comint-output-filter-function): Moved to here from the obsolete
      py-process-filter function, the logic to pop and exec the next queued
      file waiting to be executed.
      
      (py-execute-file): Don't bind comint-scroll-to-bottom-on-output to t,
      and save the excursion when inserting the "working on" message.  This
      lets the standard comint scrolling variables as set by the user,
      continue to work.
      
      (python-mode, py-shell, py-describe-mode): Remove description of
      py-scroll-process-buffer.  Also in py-shell, make
      comint-output-filter-functions buffer-local, and add
      py-comint-output-filter-function to this hook (instead of setting the
      process filter).
      
      (py-scroll-process-buffer): Deleted this variable.  See comint
      variables including comint-scroll-to-bottom-on-output.
      
      (py-execute-region): When exec files are being queued, push the next
      temp file on the end of the list.
      
      (py-submit-bug-report): Removed reporting of py-scroll-process-buffer.
      3c96f6f3